added gvm completion and plugin

This commit is contained in:
Frank Becker
2015-01-10 14:26:51 +01:00
parent 6e310a24fd
commit 16933b7d4f
2 changed files with 68 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
cite about-plugin
about-plugin 'load gvm environment'
GVM_DIR="$HOME/.gvm"
[[ -s "${GVM_DIR}/bin/gvm-init.sh" ]] && source "${GVM_DIR}/bin/gvm-init.sh"