update
This commit is contained in:
parent
75997c63b0
commit
f417dce668
8
.zshrc
8
.zshrc
@ -13,6 +13,12 @@ plugins=(
|
|||||||
zsh-syntax-highlighting
|
zsh-syntax-highlighting
|
||||||
)
|
)
|
||||||
|
|
||||||
source ~/.keychain.sh
|
if [ "$OS" != "Windows_NT" ];then
|
||||||
|
source ~/.keychain.sh
|
||||||
|
fi
|
||||||
source ~/.rc.sh
|
source ~/.rc.sh
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
if [ "$OS" = "Windows_NT" ]; then
|
||||||
|
HEADLINE_HOST_CMD='hostname'
|
||||||
|
export PATH="/ucrt64/bin:$PATH"
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user