Skip to content

Commit

Permalink
Add cd aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed May 20, 2024
1 parent 4ac6e93 commit 1e87773
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home-modules/zsh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
ssh = "TERM=xterm-256color ssh";
"cd ..." = "cd ../..";
"cd ...." = "cd ../../..";
".." = "cd ..";
"..." = "cd ../..";
copy = "xclip -selection clipboard";
dev = "nix develop --impure -c $SHELL";
git-branch-cleanup = "git branch -vv | grep gone | awk '{print $1}' | xargs git branch -D";
Expand Down

0 comments on commit 1e87773

Please sign in to comment.