mirror of
https://github.com/librephoenix/nixos-config
synced 2025-09-06 04:54:02 +05:30
cd = z
This commit is contained in:
parent
47e4b36214
commit
aecfbc4421
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ let
|
||||||
myAliases = {
|
myAliases = {
|
||||||
ls = "eza --icons -l -T -L=1";
|
ls = "eza --icons -l -T -L=1";
|
||||||
cat = "bat";
|
cat = "bat";
|
||||||
|
cd = "z";
|
||||||
htop = "btm";
|
htop = "btm";
|
||||||
fd = "fd -Lu";
|
fd = "fd -Lu";
|
||||||
w3m = "w3m -no-cookie -v";
|
w3m = "w3m -no-cookie -v";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue