add tmux abbreviation

This commit is contained in:
Anthony Rodriguez 2024-08-27 15:25:50 +02:00
parent 255496f601
commit 05b26d29c9
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -16,7 +16,7 @@ in
fish_vi_key_bindings # Enable Vi mode
fish_config theme choose "Catppuccin Frappe"
'';
shellAbbrs = { cd = "z"; ngc = "sudo nix-collect-garbage -d"; };
shellAbbrs = { cd = "z"; ngc = "sudo nix-collect-garbage -d"; tmux = "tmux new -A -s main"; };
plugins = [ { name = "fzf"; src = pkgs.fishPlugins.fzf.src; } ];
};