Browse Source

i typed bim a lot when I mean vim

master
Josh Fabean 8 years ago
parent
commit
87640c8207
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .profile

+ 2
- 0
.profile View File

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


Loading…
Cancel
Save