Skip to content

Commit

Permalink
Add VITASDK
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiX committed Jun 14, 2019
1 parent 3fb5325 commit e176352
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions zsh/rc.2.paths
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ do
fi
done

export VITASDK=$HOME/src/vitasdk
if [[ -d $VITASDK ]]
then
path=($path $VITASDK/bin)
else
unset VITASDK
fi

# cdpath is strange...
#for d in ~ ~/src ~/doc /work/tobias
#do
Expand Down

0 comments on commit e176352

Please sign in to comment.