Merge remote-tracking branch 'origin/master'
1 file changed, 3 insertions(+), 6 deletions(-)
changed files
M tag-zsh/config/zsh/zshrc → zsh/.config/zsh/.zshrc
@@ -2,7 +2,6 @@ # -*- mode: sh; -*- source $ZPLUG_HOME/init.zsh zplug "zsh-users/zsh-completions", depth:1, defer:0 -zplug "Tarrasch/zsh-autoenv", as:plugin zplug "junegunn/fzf-bin", from:gh-r, as:command, rename-to:fzf zplug "junegunn/fzf", as:plugin, use:"shell/*.zsh", defer:2 zplug "junegunn/fzf", as:command, use:"bin/*"@@ -134,18 +133,16 @@ then eval $(ssh-agent) fi -if zplug check Tarrasch/zsh-autoenv +if zplug check gerges/oh-my-zsh-jira-plus then - AUTOENV_FILE_ENTER=.envrc - AUTOENV_HANDLE_LEAVE=1 - AUTOENV_LOOK_UPWARDS=1 + JIRA_RAPID_BOARD=true + JIRA_URL=https://spotcap.atlassian.net fi # Then, source plugins and add commands to $PATH zplug load # General configuration -setopt auto_cd # Change directories without `cd` if [[ -n $commands[hub] ]] then