fix: remove cd alias as j is shorter to type
This commit is contained in:
parent
2019e181fe
commit
ddf9cf8df9
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ in
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
# keep-sorted start
|
# keep-sorted start
|
||||||
cat = "bat";
|
cat = "bat";
|
||||||
cd = "j";
|
# cd = "j";
|
||||||
df = "duf";
|
df = "duf";
|
||||||
du = "dua";
|
du = "dua";
|
||||||
g = "lazygit";
|
g = "lazygit";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue