Skip to content

Commit

Permalink
[master] Changing run_dot_file hook from "precmd" to "chpwd"
Browse files Browse the repository at this point in the history
  • Loading branch information
victorfsf committed Nov 19, 2017
1 parent 9c6a43b commit 75b10cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guri.zsh-theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GURI_DOCKER_ICON="@"
GURI_DOT_FILE=".gurirc"
GURI_EXEC_DOT_FILE=true
GURI_EXEC_DOT_FILE=false
GURI_SHOW_GIT_STASH=true
GURI_SHOW_EXEC_TIME=true
GURI_MIN_EXEC_TIME=1
Expand Down Expand Up @@ -141,7 +141,7 @@ get_ret_status() {
echo "%(?:%{$fg_bold[green]%}$GURI_PROMPT_SYMBOL:%{$fg_bold[red]%}$GURI_PROMPT_SYMBOL) "
}

add-zsh-hook precmd run_dot_file
add-zsh-hook chpwd run_dot_file
add-zsh-hook precmd virtualenv_indicator

add-zsh-hook preexec exec_time_start
Expand Down

0 comments on commit 75b10cc

Please sign in to comment.