Skip to content

Commit

Permalink
Add CUDA to path if exists.
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoorhis committed Dec 18, 2012
1 parent a492035 commit d475029
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ case $(uname) in
;;
esac

# CUDA
if [[ -d /usr/local/cuda ]]; then
export PATH="/usr/local/cuda/bin:$PATH"
fi

# credentials
if [ -f ~/.zshrc_private ]; then
source ~/.zshrc_private
Expand Down

0 comments on commit d475029

Please sign in to comment.