diff --git a/home/profile/base.nix b/home/profile/base.nix index d10f221..9d057d5 100644 --- a/home/profile/base.nix +++ b/home/profile/base.nix @@ -17,6 +17,9 @@ in nixfiles.programs.comma.enable = true; # TODO move this stuff to a zsh.nix or something; this is just a quick fix so home.sessionVariables works + home.shellAliases = { + v = "nvim"; + }; programs.fzf.enable = true; programs.fzf.enableZshIntegration = true; programs.zsh = {