update dkp
This commit is contained in:
parent
495c459b22
commit
bea7fcfb3c
1 changed files with 8 additions and 8 deletions
16
zshrc
16
zshrc
|
@ -69,20 +69,20 @@ export PATH=${THEOS}/bin:$PATH
|
||||||
export THEOS_DEVICE_IP=localhost THEOS_DEVICE_PORT=2222
|
export THEOS_DEVICE_IP=localhost THEOS_DEVICE_PORT=2222
|
||||||
|
|
||||||
# devkitPro and the like
|
# devkitPro and the like
|
||||||
export DEVKITPRO=${HOME}/devkitPro
|
export DEVKITPRO=/opt/devkitpro
|
||||||
export DEVKITPPC=${DEVKITPRO}/devkitPPC
|
export DEVKITARM=/opt/devkitpro/devkitARM
|
||||||
export DEVKITARM=${DEVKITPRO}/devkitARM
|
export DEVKITPPC=/opt/devkitpro/devkitPPC
|
||||||
|
export PATH=/opt/devkitpro/tools/bin:$PATH
|
||||||
|
|
||||||
if [ $TILIX_ID ] || [ $VTE_VERSION ]; then
|
if [ $TILIX_ID ] || [ $VTE_VERSION ]; then
|
||||||
source /etc/profile.d/vte.sh
|
source /etc/profile.d/vte.sh
|
||||||
fi
|
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
|
if [[ $OSTYPE == darwin* ]]; then
|
||||||
# Fix Homebrew pathing.
|
# Fix Homebrew pathing.
|
||||||
export PATH="/usr/local/bin:/usr/local/sbin:${PATH}"
|
export PATH="/usr/local/bin:/usr/local/sbin:${PATH}"
|
||||||
fi
|
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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue