Merge pull request #602 from luispcosta/master
Defined section for programming languages aliases in general aliases. Added python and ipython aliasespull/603/head
commit
7adadcef0c
|
|
@ -32,7 +32,10 @@ alias q='exit'
|
||||||
|
|
||||||
alias irc="$IRC_CLIENT"
|
alias irc="$IRC_CLIENT"
|
||||||
|
|
||||||
|
# Language aliases
|
||||||
alias rb='ruby'
|
alias rb='ruby'
|
||||||
|
alias py='python'
|
||||||
|
alias ipy='ipython'
|
||||||
|
|
||||||
# Pianobar can be found here: http://github.com/PromyLOPh/pianobar/
|
# Pianobar can be found here: http://github.com/PromyLOPh/pianobar/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue