From 7039a6d42289bd0aca7c95714567913219bfd6ab Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 29 Nov 2013 16:03:54 +0900 Subject: [PATCH] fix bug --- shrc | 1 + 1 file changed, 1 insertion(+) diff --git a/shrc b/shrc index 6130c3a..742166d 100755 --- a/shrc +++ b/shrc @@ -335,6 +335,7 @@ if $inbash then alias _reloadrc="exec bash" elif $inzsh +then alias _reloadrc="exec zsh" fi # alias mytime="date +%Y%m%d-%H%M%S"