Change zsh-autoswitch-venv path

This commit is contained in:
Pavle Portic 2021-10-10 13:00:28 +02:00
parent 93755123cb
commit 5189eb6e4d
Signed by: TheEdgeOfRage
GPG Key ID: F2AB38285780DE3D
2 changed files with 3 additions and 5 deletions

View File

@ -11,9 +11,6 @@ ZSH_THEME="boban"
HYPHEN_INSENSITIVE="true"
DISABLE_AUTO_UPDATE="true"
# Uncomment the following line if pasting URLs and other text is messed up.
# DISABLE_MAGIC_FUNCTIONS="true"
plugins=(
archlinux
aws
@ -22,9 +19,9 @@ plugins=(
docker
docker-compose
git
autoswitch-virtualenv
you-should-use
zsh-autosuggestions
zsh-autoswitch-virtualenv
zsh-completions
zsh-syntax-highlighting
)
@ -56,6 +53,7 @@ export PATH="$HOME/.local/bin:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools:$
export QT_QPA_PLATFORMTHEME="qt5ct"
export VISUAL="nvim"
export XDG_CONFIG_HOME="$HOME/.config"
export VIRTUAL_ENV_DISABLE_PROMPT="true"
# Valve shader compiler
export RADV_PERFTEST="aco"

View File

@ -14,7 +14,7 @@ mkdir -p ~/.config/zsh/plugins/
git clone https://github.com/TheEdgeOfRage/ohmyzsh ~/.config/zsh/oh-my-zsh
git clone https://github.com/MichaelAquilina/zsh-you-should-use ~/.config/zsh/plugins/you-should-use
git clone https://github.com/TheEdgeOfRage/zsh-autoswitch-virtualenv ~/.config/zsh/plugins/autoswitch-virtualenv
git clone https://github.com/TheEdgeOfRage/zsh-autoswitch-virtualenv ~/.config/zsh/plugins/zsh-autoswitch-virtualenv
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.config/zsh/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-completions ~/.config/zsh/plugins/zsh-completions
git clone https://github.com/zsh-users/zsh-syntax-highlighting ~/.config/zsh/plugins/zsh-syntax-highlighting