home: add alias
This commit is contained in:
parent
bd15f3a96e
commit
bbed0aceb7
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user