diff --git a/roles/dotfiles/templates/zshrc.j2 b/roles/dotfiles/templates/zshrc.j2 index 8d31187..0d534f6 100644 --- a/roles/dotfiles/templates/zshrc.j2 +++ b/roles/dotfiles/templates/zshrc.j2 @@ -6,7 +6,7 @@ export ZSH=$HOME/.oh-my-zsh ZSH_THEME="{{ zsh_theme|mandatory }}" DISABLE_UPDATE_PROMPT=true -plugins=(git zsh-syntax-highlighting history-substring-search sudo symfony2 composer brew brew-cask httpie) +plugins=(git zsh-syntax-highlighting history-substring-search sudo symfony2 composer brew brew-cask httpie extract) source $ZSH/oh-my-zsh.sh DEFAULT_USER="{{ lookup('env','USER') }}" @@ -26,7 +26,7 @@ export REQUESTS_CA_BUNDLE=/usr/local/etc/openssl/cert.pem # Used in makefile [ -e "${HOME}/.dev_config_env" ] && source "${HOME}/.dev_config_env" -# gpg and password prompt +# gpg and password prompt export GPG_TTY=$(tty) source ~/.zshrc.local