🔧 zsh: add python plugin
This commit is contained in:
parent
2a06d68dfd
commit
48e6614a51
@ -4,6 +4,7 @@ export ZSH=$HOME/.oh-my-zsh
|
|||||||
plugins=(
|
plugins=(
|
||||||
asdf
|
asdf
|
||||||
aws
|
aws
|
||||||
|
bgnotify
|
||||||
command-not-found
|
command-not-found
|
||||||
direnv
|
direnv
|
||||||
docker
|
docker
|
||||||
@ -14,6 +15,7 @@ plugins=(
|
|||||||
git
|
git
|
||||||
github
|
github
|
||||||
mix
|
mix
|
||||||
|
python
|
||||||
tmux
|
tmux
|
||||||
zsh-autosuggestions
|
zsh-autosuggestions
|
||||||
)
|
)
|
||||||
@ -26,6 +28,9 @@ export ASDF_NODEJS_LEGACY_FILE_DYNAMIC_STRATEGY=latest_installed
|
|||||||
zstyle ':omz:plugins:eza' 'git-status' yes
|
zstyle ':omz:plugins:eza' 'git-status' yes
|
||||||
zstyle ':omz:plugins:eza' 'header' yes
|
zstyle ':omz:plugins:eza' 'header' yes
|
||||||
|
|
||||||
|
# python plugin config
|
||||||
|
export PYTHON_AUTO_VRUN=true
|
||||||
|
|
||||||
# OH MY ZSH!
|
# OH MY ZSH!
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user