Skip to content

Commit ce5bb3d

Browse files
author
Tarjei Husøy
committed
Fix typo in general.aliases.bash.
1 parent ad41c5c commit ce5bb3d

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
@@ -40,7 +40,7 @@ alias piano='pianobar'
4040

4141
alias ..='cd ..' # Go up one directory
4242
alias ...='cd ../..' # Go up two directories
43-
alias ....='cd ../../..' # Go up two directories
43+
alias ....='cd ../../..' # Go up three directories
4444
alias -- -='cd -' # Go back
4545

4646
# Shell History

0 commit comments

Comments
 (0)