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)"'