From 87640c8207b15a5e4bd0ee1368fdffd985b5e99b Mon Sep 17 00:00:00 2001 From: Josh Fabean Date: Thu, 5 May 2016 10:22:54 -0500 Subject: [PATCH] i typed bim a lot when I mean vim --- .profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.profile b/.profile index e856515..d566292 100644 --- a/.profile +++ b/.profile @@ -11,6 +11,8 @@ whitebg='\e[47m' # run NVIM instead of VIM alias vim='nvim' +# fix my typos +alias bim='nvim' # rerun last command with sudo in front (I dont think this works) alias please='eval "sudo $(fc -ln -1)"'