This commit is contained in:
parent
a75a6e5b4d
commit
1862112fee
1 changed files with 8 additions and 1 deletions
|
|
@ -67,7 +67,14 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.fish.enable = true;
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
shellInit = ''
|
||||
set -gx EDITOR "nvim"
|
||||
set -gx VISUAL "nvim"
|
||||
'';
|
||||
};
|
||||
|
||||
home.shellAliases = {
|
||||
v = "nvim";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue