tmux: tmux a fish abbreviation

Zynh Ludwig 2024-08-04 02:28:10 -07:00
parent 2c548b4ac3
commit 59044237ee
1 changed files with 4 additions and 0 deletions

View File

@ -41,5 +41,9 @@ in
${lib.optionalString sessionizer.enable ''bind-key -r f run-shell "tmux neww ${sessionizer.pkg}/bin/tmux-sessionizer"''}
'';
};
programs.fish.shellAbbrs = {
a = "tmux a";
};
};
}