Skip to content

Commit

Permalink
Add GVM support.
Browse files Browse the repository at this point in the history
  • Loading branch information
matttproud committed Mar 23, 2013
1 parent 9d3dc68 commit ac6611c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions profile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
for supplement in "${HOME}/Development/shell/dot-files/profile-supplements"/* ; do
. "${supplement}"
done
[[ -s "$HOME/.gvm/scripts/gvm" ]] && source "$HOME/.gvm/scripts/gvm"

if [ -f "${HOME}/.dircolors" ]; then
eval $(dircolors ~/.dircolors)
Expand Down

0 comments on commit ac6611c

Please sign in to comment.