From cbecf41181dae05e3274505b9615ecb98733a8bc Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Tue, 4 Aug 2015 21:10:51 +0900 Subject: [PATCH] Add alias igosh --- shrc | 1 + 1 file changed, 1 insertion(+) diff --git a/shrc b/shrc index 029e282..98d7a41 100755 --- a/shrc +++ b/shrc @@ -310,6 +310,7 @@ __safe_alias ipy3=ipython3 __safe_alias ipy2=ipython2 __safe_alias javac="javac -J-Duser.language=en" __safe_alias rl=rlwrap +__safe_alias igosh=gosh-rl # Sometimes SHELL cannot be used. For example, when running bash inside zsh # SHELL is set to be /bin/zsh if $inbash