Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add extract plugin for oh my zsh #11

Merged
merged 1 commit into from Nov 5, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions roles/dotfiles/templates/zshrc.j2
Expand Up @@ -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') }}"
Expand All @@ -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