From 5e5f9da9108d8010caf2bb082bc83e498023901f Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 1 Dec 2014 13:29:00 +0900 Subject: [PATCH] shrc: Add new alias e=exec --- shrc | 1 + 1 file changed, 1 insertion(+) diff --git a/shrc b/shrc index 8033f18..519b631 100755 --- a/shrc +++ b/shrc @@ -354,6 +354,7 @@ alias mkdir="mkdir -v" alias rmdir="rmdir -v" alias psaux="ps auxww" alias modest="ionice -c 2 -n 7 nice -n 19" +alias e=exec alias q=exit __safe_alias e3=e3em #alias dirs="dirs -v -l | \grep -v \$(printf '%s$' \$PWD)"