add alias for default editor
This commit is contained in:
parent
e867ab195e
commit
324967112e
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@
|
||||||
lt = "ls --tree";
|
lt = "ls --tree";
|
||||||
vim = "nvim";
|
vim = "nvim";
|
||||||
grep = "grep --color=auto";
|
grep = "grep --color=auto";
|
||||||
|
e = "$EDITOR";
|
||||||
|
v = "$EDITOR";
|
||||||
};
|
};
|
||||||
|
|
||||||
users.defaultUserShell = pkgs.zsh;
|
users.defaultUserShell = pkgs.zsh;
|
||||||
|
|
Loading…
Add table
Reference in a new issue