Skip to content

Commit

Permalink
added git for autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Oct 16, 2020
1 parent 3df4330 commit 8ace860
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bash/alias.sh
Expand Up @@ -50,6 +50,7 @@ function git-stat-months() { git diff --shortstat "@{$1 month ago}"; }
# https://github.com/cykerway/complete-alias
complete -F _complete_alias fzf
complete -F _complete_alias dotfiles
complete -F _complete_alias git

# WordPress vim mode
alias nvim-wp="nvim-qt /var/www/VVV/www/wordpress-develop/public_html -- --cmd 'let wordpress_mode=1' "

0 comments on commit 8ace860

Please sign in to comment.