update dkp

This commit is contained in:
Spotlight 2018-05-25 18:04:48 -05:00
parent 495c459b22
commit bea7fcfb3c
No known key found for this signature in database
GPG key ID: 1677AD4E8EBBBC56

16
zshrc
View file

@ -69,20 +69,20 @@ export PATH=${THEOS}/bin:$PATH
export THEOS_DEVICE_IP=localhost THEOS_DEVICE_PORT=2222
# devkitPro and the like
export DEVKITPRO=${HOME}/devkitPro
export DEVKITPPC=${DEVKITPRO}/devkitPPC
export DEVKITARM=${DEVKITPRO}/devkitARM
export DEVKITPRO=/opt/devkitpro
export DEVKITARM=/opt/devkitpro/devkitARM
export DEVKITPPC=/opt/devkitpro/devkitPPC
export PATH=/opt/devkitpro/tools/bin:$PATH
if [ $TILIX_ID ] || [ $VTE_VERSION ]; then
source /etc/profile.d/vte.sh
fi
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" ]]
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin"
if [[ $OSTYPE == darwin* ]]; then
# Fix Homebrew pathing.
export PATH="/usr/local/bin:/usr/local/sbin:${PATH}"
fi
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" ]]
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin"