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