so I use z instead of cd
This commit is contained in:
parent
5738220480
commit
396cca0e2c
@ -59,6 +59,7 @@
|
||||
slurp
|
||||
gparted
|
||||
gnome-disk-utility
|
||||
sl
|
||||
];
|
||||
|
||||
services.ratbagd.enable = true;
|
||||
|
||||
@ -62,6 +62,7 @@
|
||||
shellAliases = {
|
||||
grep = "grep --color=auto";
|
||||
cp = "cp -r";
|
||||
cd = "sl";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user