Skip to content

Commit

Permalink
Added alias for cd -
Browse files Browse the repository at this point in the history
  • Loading branch information
Vatsal Gupta authored and Vatsal Gupta committed May 21, 2024
1 parent 07bad4a commit 6dfd48d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ alias mkdir='mkdir -p' # Create directory and pa
# Navigation
###################################################################################################
alias ..='cd ..' # Go up one directory
alias ...='cd ../..' # Go up two directories
j ...='cd ../..' # Go up two directories
alias -='cd -' # Go back to the previous directory.

###################################################################################################
# System Information
Expand Down

0 comments on commit 6dfd48d

Please sign in to comment.