use local zplug plus assume iproxy
This commit is contained in:
parent
b815210578
commit
495c459b22
1 changed files with 3 additions and 8 deletions
11
zshrc
11
zshrc
|
@ -1,13 +1,8 @@
|
||||||
#########
|
#########
|
||||||
# zplug configuraton
|
# zplug configuraton
|
||||||
#########
|
#########
|
||||||
|
export ZPLUG_HOME=$HOME/.zplug
|
||||||
if [[ $OSTYPE == darwin* ]]; then
|
source $ZPLUG_HOME/init.zsh
|
||||||
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
|
|
||||||
|
|
||||||
zplug "plugins/git", from:oh-my-zsh
|
zplug "plugins/git", from:oh-my-zsh
|
||||||
zplug "plugins/iterm2", from:oh-my-zsh
|
zplug "plugins/iterm2", from:oh-my-zsh
|
||||||
|
@ -71,7 +66,7 @@ export PATH=${GOPATH}/bin:${PATH}
|
||||||
# theos
|
# theos
|
||||||
export THEOS=${HOME}/.theos
|
export THEOS=${HOME}/.theos
|
||||||
export PATH=${THEOS}/bin:$PATH
|
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
|
# devkitPro and the like
|
||||||
export DEVKITPRO=${HOME}/devkitPro
|
export DEVKITPRO=${HOME}/devkitPro
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue