From a9f74121d543c597f0b7f6734a1c91eee0302284 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 11 Apr 2013 00:39:14 +0900 Subject: [PATCH] add gitmemo alias --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index d12ee87..e37d1f4 100755 --- a/bashrc +++ b/bashrc @@ -258,6 +258,7 @@ then complete -o bashdefault -o default -o nospace -F _git g 2>/dev/null \ || complete -o default -o nospace -F _git g fi +null type gitmemo && alias m=gitmemo alias setup.py="sudo python3 setup.py install --record files.txt"