home: comment unneeded shell aliases
This commit is contained in:
parent
0a06c22469
commit
bbafa6cf13
1 changed files with 5 additions and 4 deletions
|
@ -12,7 +12,8 @@
|
|||
# changes in each release.
|
||||
stateVersion = "23.05";
|
||||
|
||||
shellAliases = let
|
||||
shellAliases =
|
||||
let
|
||||
proxy = "http://127.0.0.1:7890/";
|
||||
in {
|
||||
# navigation
|
||||
|
@ -24,10 +25,10 @@
|
|||
".." = "cd ..";
|
||||
|
||||
# replacements
|
||||
"code" = "codium";
|
||||
"neofetch" = "fastfetch";
|
||||
#"code" = "codium";
|
||||
#"neofetch" = "fastfetch";
|
||||
#"ranger" = "joshuto"; # rust
|
||||
"grep" = "rg";
|
||||
#"grep" = "rg";
|
||||
#"top" = "btm -b";
|
||||
#"htop" = "btm -b";
|
||||
#"btop" = "btm";
|
||||
|
|
Loading…
Reference in a new issue