Add navigation aliases
This commit is contained in:
parent
5ba78f110a
commit
b3b96c3163
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@
|
||||||
dotDir = ".config/zsh";
|
dotDir = ".config/zsh";
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
"-" = "cd -";
|
||||||
|
".." = "cd ..";
|
||||||
|
"..." = "cd ../..";
|
||||||
|
"...." = "cd ../../..";
|
||||||
|
"....." = "cd ../../../..";
|
||||||
dea = "direnv allow";
|
dea = "direnv allow";
|
||||||
dee = "direnv edit";
|
dee = "direnv edit";
|
||||||
cat = "bat";
|
cat = "bat";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue