~michael.nelson/+junk/dev_config

« back to all changes in this revision

Viewing changes to bashrc

  • Committer: Michael Nelson
  • Date: 2013-08-20 07:49:17 UTC
  • Revision ID: michael.nelson@canonical.com-20130820074917-kwowl8noy2w0xkq1
Better 'a' alias.

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
 
114
114
if [ -d "$HOME/golang" ] ; then
115
115
    GOPATH="$HOME/golang"
116
 
    PATH="$PATH:$GOPATH/bin"
 
116
    export GOPATH
 
117
    PATH="$GOPATH/bin:$PATH"
 
118
    export PATH
117
119
fi
118
120
 
119
121
set -o vi