hopefully fixing things
This commit is contained in:
parent
9a93e8e4b5
commit
92a7b5f30c
4 changed files with 7 additions and 6 deletions
|
@ -59,7 +59,7 @@ in {
|
|||
cc = "cd ~ && clear";
|
||||
mv = "mv -iv";
|
||||
rm = "trash -v";
|
||||
ls = "eza --icons";
|
||||
# ls = "eza --icons";
|
||||
l = "eza -a --icons";
|
||||
la = "eza -lha --icons --git";
|
||||
kys = "shutdown now";
|
||||
|
@ -68,7 +68,7 @@ in {
|
|||
v = "nvim";
|
||||
h = "hx";
|
||||
e = "emacs";
|
||||
update = ''nh os switch "${gitPath}"'';
|
||||
# update = ''nh os switch "${gitPath}"'';
|
||||
flake = "cd '${gitPath}'";
|
||||
} // cfg.extraAliases;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue