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.
|
# changes in each release.
|
||||||
stateVersion = "23.05";
|
stateVersion = "23.05";
|
||||||
|
|
||||||
shellAliases = let
|
shellAliases =
|
||||||
|
let
|
||||||
proxy = "http://127.0.0.1:7890/";
|
proxy = "http://127.0.0.1:7890/";
|
||||||
in {
|
in {
|
||||||
# navigation
|
# navigation
|
||||||
|
@ -24,10 +25,10 @@
|
||||||
".." = "cd ..";
|
".." = "cd ..";
|
||||||
|
|
||||||
# replacements
|
# replacements
|
||||||
"code" = "codium";
|
#"code" = "codium";
|
||||||
"neofetch" = "fastfetch";
|
#"neofetch" = "fastfetch";
|
||||||
#"ranger" = "joshuto"; # rust
|
#"ranger" = "joshuto"; # rust
|
||||||
"grep" = "rg";
|
#"grep" = "rg";
|
||||||
#"top" = "btm -b";
|
#"top" = "btm -b";
|
||||||
#"htop" = "btm -b";
|
#"htop" = "btm -b";
|
||||||
#"btop" = "btm";
|
#"btop" = "btm";
|
||||||
|
|
Loading…
Reference in a new issue