add an alias chx=chmod +x
parent
8d7a9cc1bb
commit
83ee418064
|
|
@ -34,6 +34,9 @@ alias irc="$IRC_CLIENT"
|
||||||
|
|
||||||
alias rb='ruby'
|
alias rb='ruby'
|
||||||
|
|
||||||
|
# Make a script runnable
|
||||||
|
alias chx='chmod +x'
|
||||||
|
|
||||||
# Pianobar can be found here: http://github.com/PromyLOPh/pianobar/
|
# Pianobar can be found here: http://github.com/PromyLOPh/pianobar/
|
||||||
|
|
||||||
alias piano='pianobar'
|
alias piano='pianobar'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue