✨ feat(home): Set abbrs instead of aliases
This commit is contained in:
parent
a5b03ec1ad
commit
bb0c1ddac0
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
SUDO_EDITOR = "${EDITOR}";
|
SUDO_EDITOR = "${EDITOR}";
|
||||||
};
|
};
|
||||||
|
|
||||||
shellAliases = {
|
shellAbbrs = {
|
||||||
c = "clear";
|
c = "clear";
|
||||||
e = "${config.home.sessionVariables.EDITOR}";
|
e = "${config.home.sessionVariables.EDITOR}";
|
||||||
v = "${config.home.sessionVariables.EDITOR}";
|
v = "${config.home.sessionVariables.EDITOR}";
|
||||||
|
|
Loading…
Reference in a new issue