diff --git a/home/base/shell/fish.nix b/home/base/shell/fish.nix index 68cc18d..d3cf4ff 100644 --- a/home/base/shell/fish.nix +++ b/home/base/shell/fish.nix @@ -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; } ]; };