From 451976d8088dff19f0d3ddb8522da23bcc981976 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 9 Mar 2018 18:52:34 +0900 Subject: [PATCH] Add ge alias --- shrc | 1 + 1 file changed, 1 insertion(+) diff --git a/shrc b/shrc index e466b0e..6600708 100755 --- a/shrc +++ b/shrc @@ -298,6 +298,7 @@ alias po=popd alias pu=pushd __safe_alias sudoe="sudoedit" +__safe_alias ge="git exec" __safe_alias make="nice make" __safe_alias brew="nice brew" __safe_alias gcc="nice gcc"