dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit a9377adf3f86cb8679fc867eabf0230997f4ae80
parent d1245e8298e567fcc159333916a9b6f9533760f2
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed, 11 Mar 2015 19:10:16 -0700

Add go version manager support.

Diffstat:
M.tools | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/.tools b/.tools @@ -1,2 +1,7 @@ # -*- mode: shell-script; -*- vim: set filetype=sh # ~/.tools + +# go version manager +if [[ -f ~/.gvm/scripts/gvm ]]; then + . ~/.gvm/scripts/gvm +fi