[All] Fix link bug

This commit is contained in:
Fabian Ising
2024-12-22 12:29:28 +01:00
parent 2ec6bd1753
commit 4357ddfab9
7 changed files with 17 additions and 1642 deletions

File diff suppressed because it is too large Load Diff

1
zsh/.p10k.zsh Symbolic link
View File

@@ -0,0 +1 @@
/Users/ising/dotfiles/zsh/.p10k.zsh_mac.example

View File

@@ -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

View File

@@ -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)