Skip to content

Commit

Permalink
Added support 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 ae011b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ alias mkdir='mkdir -p' # Create directory and pa
###################################################################################################
alias ..='cd ..' # Go up one directory
alias ...='cd ../..' # Go up two directories
-() { # Go to the previous directory
cd -
}

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

0 comments on commit ae011b4

Please sign in to comment.