Skip to content

Instantly share code, notes, and snippets.

@scottstanfield
Created June 14, 2011 16:50
Show Gist options
  • Save scottstanfield/1025319 to your computer and use it in GitHub Desktop.
Save scottstanfield/1025319 to your computer and use it in GitHub Desktop.
Append your path in .cshrc for tcsh
foreach dir ( /opt/local/bin "$HOME/.gem/ruby/1.8/bin" "$HOME/bin" . )
if ( $PATH !~ *$dir* && -d "$dir" ) setenv PATH "${dir}:${PATH}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment