renamed function to vim

moveTools
Adam Veldhousen 2015-06-26 08:55:23 -05:00
parent b1ee323b3d
commit f07e05243e
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B
1 changed files with 1 additions and 2 deletions

View File

@ -60,8 +60,7 @@ function b2dinit() {
fi
}
# runs vim in the terminal without forking, great for tmux on my mac
function vimt(){
function vim(){
if [[ $# -eq 0 ]]; then
vim
else