Defined section for typical programming languages aliases. Added python and ipython aliases
This commit is contained in:
@@ -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/
|
||||||
|
|
||||||
@@ -65,4 +68,4 @@ catt() {
|
|||||||
cat "$i"
|
cat "$i"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user