From 672049523d299c3e423b9157523882eb88724b74 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 6 Jul 2013 15:52:43 +0900 Subject: [PATCH] update alias _reloadrc --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 4119cae..5ed5616 100755 --- a/bashrc +++ b/bashrc @@ -223,7 +223,7 @@ null type paco && alias pc="sudo \paco -D" alias pycalc="python -i -c 'from math import *' " null type python3 && alias py3=python3 null type python2 && alias py2=python2 -alias _reloadrc="test -f ~/.bashrc && source ~/.bashrc" +alias _reloadrc="exec \"$SHELL\"" # alias mytime="date +%Y%m%d-%H%M%S" alias sh="ENV=$HOME/.shrc PS1=\$\ PROMPT_COMMAND="" sh" # type trash >/dev/null 2>&1 && alias rm=trash