Merge pull request #602 from luispcosta/master

Defined section for programming languages aliases in general aliases. Added python and ipython aliases
pull/603/head
Nils Winkler 2015-10-28 22:10:22 +00:00
commit 7adadcef0c
1 changed files with 4 additions and 1 deletions

View File

@ -32,7 +32,10 @@ alias q='exit'
alias irc="$IRC_CLIENT"
# Language aliases
alias rb='ruby'
alias py='python'
alias ipy='ipython'
# Pianobar can be found here: http://github.com/PromyLOPh/pianobar/
@ -65,4 +68,4 @@ catt() {
cat "$i"
fi
done
}
}