renamed function to vim
parent
b1ee323b3d
commit
f07e05243e
|
|
@ -60,8 +60,7 @@ function b2dinit() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# runs vim in the terminal without forking, great for tmux on my mac
|
function vim(){
|
||||||
function vimt(){
|
|
||||||
if [[ $# -eq 0 ]]; then
|
if [[ $# -eq 0 ]]; then
|
||||||
vim
|
vim
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue