home: add alias

This commit is contained in:
NullBite 2024-03-03 02:25:24 +00:00
parent bd15f3a96e
commit bbed0aceb7
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -17,6 +17,9 @@ in
nixfiles.programs.comma.enable = true; 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 # 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.enable = true;
programs.fzf.enableZshIntegration = true; programs.fzf.enableZshIntegration = true;
programs.zsh = { programs.zsh = {