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