Add shorter
This commit is contained in:
parent
f4ab7035c4
commit
74b59d4bb0
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,10 @@ function vim-resume {
|
|||
fi
|
||||
}
|
||||
|
||||
alias vim-res="vim-resume"
|
||||
alias vn="vim-new"
|
||||
alias vr="vim-resume"
|
||||
|
||||
# enable programmable completion features
|
||||
if ! shopt -oq posix; then
|
||||
if [ -f /usr/share/bash-completion/bash_completion ]; then
|
||||
|
|
Loading…
Reference in a new issue