Update vim.aliases.bash

pull/1734/head
Ron Green 2020-12-15 22:46:47 +02:00 committed by GitHub
parent a1760af43b
commit 5eb023cf51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ MVIM=$(command -v mvim)
# open the vim help in fullscreen incorporated from
# https://stackoverflow.com/a/4687513
alias vimh='${VIM} -c ":h | only"'
alias vimh='${VIM} -c ":h | only"'
[[ -n $VIM ]] && alias v=$VIM