Add shorter

This commit is contained in:
Nicole Tietz-Sokolskaya 2023-08-27 21:52:04 -04:00
parent f4ab7035c4
commit 74b59d4bb0
1 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,10 @@ function vim-resume {
fi fi
} }
alias vim-res="vim-resume"
alias vn="vim-new"
alias vr="vim-resume"
# enable programmable completion features # enable programmable completion features
if ! shopt -oq posix; then if ! shopt -oq posix; then
if [ -f /usr/share/bash-completion/bash_completion ]; then if [ -f /usr/share/bash-completion/bash_completion ]; then