Skip to content

Commit 3db2e91

Browse files
authored
Update aliases/available/general.aliases.bash
1 parent 88ce0eb commit 3db2e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aliases/available/general.aliases.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ alias cd..='cd ..' # Common misspelling for going up one directory
5656
alias ...='cd ../..' # Go up two directories
5757
alias ....='cd ../../..' # Go up three directories
5858
alias -- -='cd -' # Go back
59-
alias d='cd /home/$USER/Downloads' # Go to the Downloads directory
59+
alias dow='cd /home/$USER/Downloads' # Go to the Downloads directory
6060

6161
# Shell History
6262
alias h='history'

0 commit comments

Comments
 (0)