add tmux abbreviation
This commit is contained in:
parent
255496f601
commit
05b26d29c9
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ in
|
||||||
fish_vi_key_bindings # Enable Vi mode
|
fish_vi_key_bindings # Enable Vi mode
|
||||||
fish_config theme choose "Catppuccin Frappe"
|
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; } ];
|
plugins = [ { name = "fzf"; src = pkgs.fishPlugins.fzf.src; } ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue