Added alias piano="pianobar" to general.aliases.bash.

pull/17/head
Mark Szymanski 2010-10-18 21:08:55 -05:00
parent 123c3be698
commit 0463117e52
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ alias k='clear'
alias ex="exit"
# Pianobar can be found here: http://github.com/PromyLOPh/pianobar/
alias piano="pianobar"
alias ..='cd ..' # Go up one directory
alias ...='cd ../..' # Go up two directories
alias -- -="cd -" # Go back