diff --git a/moduler/common/fish.nix b/moduler/common/fish.nix index f8c84a6..d45a65d 100644 --- a/moduler/common/fish.nix +++ b/moduler/common/fish.nix @@ -16,6 +16,10 @@ name = "autopair"; src = pkgs.fishPlugins.autopair.src; } + { + name = "foreign-env"; + src = pkgs.fishPlugins.foreign-env.src; + } { name = "tide"; src = pkgs.fishPlugins.tide.src; @@ -40,6 +44,7 @@ shellAbbrs = { homec="nvim ~/nix/config/home.nix"; ls="exa -lag --header"; + dev="nix develop --command fish"; }; interactiveShellInit = '' set fish_greeting # Disable greeting