From bea7fcfb3c8ac6ecfd000121ef37fe7c524e42bb Mon Sep 17 00:00:00 2001 From: Spotlight Date: Fri, 25 May 2018 18:04:48 -0500 Subject: [PATCH] update dkp --- zshrc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/zshrc b/zshrc index ffc0796..44be019 100644 --- a/zshrc +++ b/zshrc @@ -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"