home: comment unneeded shell aliases

This commit is contained in:
Guanran Wang 2023-09-21 05:20:38 +08:00
parent 0a06c22469
commit bbafa6cf13
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -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";