We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ce0eb commit 3db2e91Copy full SHA for 3db2e91
aliases/available/general.aliases.bash
@@ -56,7 +56,7 @@ alias cd..='cd ..' # Common misspelling for going up one directory
56
alias ...='cd ../..' # Go up two directories
57
alias ....='cd ../../..' # Go up three directories
58
alias -- -='cd -' # Go back
59
-alias d='cd /home/$USER/Downloads' # Go to the Downloads directory
+alias dow='cd /home/$USER/Downloads' # Go to the Downloads directory
60
61
# Shell History
62
alias h='history'
0 commit comments