From 495c459b229995879d2ae2c8eb5d193f97a0ef80 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Thu, 24 May 2018 16:39:37 -0500 Subject: [PATCH] use local zplug plus assume iproxy --- zshrc | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/zshrc b/zshrc index b81ca0e..ffc0796 100644 --- a/zshrc +++ b/zshrc @@ -1,13 +1,8 @@ ######### # zplug configuraton ######### - -if [[ $OSTYPE == darwin* ]]; then - export ZPLUG_HOME=/usr/local/opt/zplug - source $ZPLUG_HOME/init.zsh -elif [[ $OSTYPE == linux* ]]; then - source /usr/share/zsh/scripts/zplug/init.zsh -fi +export ZPLUG_HOME=$HOME/.zplug +source $ZPLUG_HOME/init.zsh zplug "plugins/git", from:oh-my-zsh zplug "plugins/iterm2", from:oh-my-zsh @@ -71,7 +66,7 @@ export PATH=${GOPATH}/bin:${PATH} # theos export THEOS=${HOME}/.theos export PATH=${THEOS}/bin:$PATH -export THEOS_DEVICE_IP=192.168.1.173 THEOS_DEVICE_PORT=22 +export THEOS_DEVICE_IP=localhost THEOS_DEVICE_PORT=2222 # devkitPro and the like export DEVKITPRO=${HOME}/devkitPro