Fix typo in general.aliases.bash.

pull/205/head
Tarjei Husøy 2013-05-01 21:33:52 +03:00
parent ad41c5cdc5
commit ce5bb3d6eb
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ alias piano='pianobar'
alias ..='cd ..' # Go up one directory alias ..='cd ..' # Go up one directory
alias ...='cd ../..' # Go up two directories alias ...='cd ../..' # Go up two directories
alias ....='cd ../../..' # Go up two directories alias ....='cd ../../..' # Go up three directories
alias -- -='cd -' # Go back alias -- -='cd -' # Go back
# Shell History # Shell History