From df175a7b55170a93597bdd4232ef6af0bb88a87f Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 27 Jun 2015 23:43:27 +0900 Subject: [PATCH] Add alias for rlwrap --- shrc | 1 + 1 file changed, 1 insertion(+) diff --git a/shrc b/shrc index ad6cf5f..f028eea 100755 --- a/shrc +++ b/shrc @@ -309,6 +309,7 @@ __safe_alias ipy=ipython __safe_alias ipy3=ipython3 __safe_alias ipy2=ipython2 __safe_alias javac="javac -J-Duser.language=en" +__safe_alias rl=rlwrap # Sometimes SHELL cannot be used. For example, when running bash inside zsh # SHELL is set to be /bin/zsh if $inbash