diff --git a/config/zshrc b/config/zshrc index df29e18..4efa050 100644 --- a/config/zshrc +++ b/config/zshrc @@ -1,6 +1,5 @@ -export PATH=$HOME/bins/toolbox:$HOME/.local/bin:/usr/local/bin:$HOME/hosting-run-scripts/:$PATH +export PATH=$HOME/bins/toolbox:$HOME/.local/bin:/usr/local/bin:$HOME/.pyenv/bin:$PATH export ZSH=$HOME/.oh-my-zsh -source ~/hosting-run-scripts/rc-files/ovhrc # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes ZSH_THEME="agnoster" @@ -25,7 +24,7 @@ HIST_STAMPS="yyyy-mm-dd" # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. plugins=( -#adb +adb #ant #apache2-macports #arcanist @@ -48,7 +47,7 @@ branch #cake #cakephp3 #capistrano -#cargo +cargo #cask #catimg #celery @@ -83,7 +82,7 @@ docker-compose #eecms #emacs #ember-cli -#emoji +emoji #emoji-clock #emotty encode64 @@ -188,7 +187,7 @@ postgres #powify #profiles #pyenv -#pylint +pylint python #rails #rake @@ -268,7 +267,7 @@ tmux ) zstyle :omz:plugins:ssh-agent agent-forwarding on -zstyle :omz:plugins:ssh-agent identities auberge work_201909 +zstyle :omz:plugins:ssh-agent identities auberge zstyle :omz:plugins:ssh-agent lifetime 4h source $ZSH/oh-my-zsh.sh diff --git a/external/oh-my-zsh b/external/oh-my-zsh index 7a76afd..12669f2 160000 --- a/external/oh-my-zsh +++ b/external/oh-my-zsh @@ -1 +1 @@ -Subproject commit 7a76afd61e5daab6fb33f955930efa7f4cf16021 +Subproject commit 12669f29f0843b8b980dd137f150a74511f88842