From 7352c748deccd99910290cfed661a6dcd782e4e8 Mon Sep 17 00:00:00 2001 From: luispcosta Date: Wed, 28 Oct 2015 12:33:07 +0000 Subject: [PATCH] Defined section for typical programming languages aliases. Added python and ipython aliases --- aliases/available/general.aliases.bash | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aliases/available/general.aliases.bash b/aliases/available/general.aliases.bash index 3f6b844f..99939386 100644 --- a/aliases/available/general.aliases.bash +++ b/aliases/available/general.aliases.bash @@ -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 -} \ No newline at end of file +}