Skip to content

Instantly share code, notes, and snippets.

@mrosset
Created April 28, 2012 15:37
Show Gist options
  • Save mrosset/2519858 to your computer and use it in GitHub Desktop.
Save mrosset/2519858 to your computer and use it in GitHub Desktop.
_cd_paths=(
'./'
'~/gocode/src'
'~/gocode/src/code.google.com/p/'
'~/gocode/src/github.com/str1ngs'
'~/'
'../'
'~/src'
)
for i in ${_cd_paths[@]}
do
CDPATH+="$i:"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment