Created
June 14, 2011 16:50
-
-
Save scottstanfield/1025319 to your computer and use it in GitHub Desktop.
Append your path in .cshrc for tcsh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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