[All] Fix link bug
This commit is contained in:
1635
zsh/.p10k.zsh
1635
zsh/.p10k.zsh
File diff suppressed because it is too large
Load Diff
1
zsh/.p10k.zsh
Symbolic link
1
zsh/.p10k.zsh
Symbolic link
@@ -0,0 +1 @@
|
||||
/Users/ising/dotfiles/zsh/.p10k.zsh_mac.example
|
||||
@@ -9,3 +9,7 @@ export WORKON_HOME=~/python-envs
|
||||
export VIRTUALENVWRAPPER_VIRTUALENV=$PREFIX/bin/virtualenv
|
||||
mkdir -p $WORKON_HOME
|
||||
source $PREFIX/bin/virtualenvwrapper.sh
|
||||
|
||||
if [ -n "$VIRTUAL_ENV" ] && [[ -f "$VIRTUAL_ENV/bin/activate" ]]; then
|
||||
source $VIRTUAL_ENV/bin/activate;
|
||||
fi
|
||||
|
||||
@@ -46,7 +46,7 @@ delzip() {
|
||||
# mitmproxy
|
||||
export MITMPROXY_SSLKEYLOGFILE="~/.mitmproxy/sslkeylogfile.txt"
|
||||
|
||||
[[ -f ~/.zsh/.mac_config ]] && source ~/.zsh/.mac_config
|
||||
[[ -f ~/.zsh/.mac_config.zsh ]] && source ~/.zsh/.mac_config.zsh
|
||||
if `which go &>/dev/null`; then
|
||||
export PATH="$PATH:$(go env GOPATH)/bin"
|
||||
export GOPATH=$(go env GOPATH)
|
||||
|
||||
Reference in New Issue
Block a user