Skip to content

Commit

Permalink
prompt: remove prompt_sp from prompt_smiley_setup as it is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
belak committed Aug 10, 2017
1 parent 730fc46 commit 24e5e49
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/prompt/external/agnoster
Submodule agnoster updated 1 files
+1 −1 agnoster.zsh-theme
2 changes: 1 addition & 1 deletion modules/prompt/external/powerline
2 changes: 1 addition & 1 deletion modules/prompt/external/pure
Submodule pure updated 2 files
+157 −125 pure.zsh
+8 −18 readme.md
2 changes: 1 addition & 1 deletion modules/prompt/functions/prompt_smiley_setup
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function prompt_smiley_precmd {

function prompt_smiley_setup {
unsetopt XTRACE KSH_ARRAYS
prompt_opts=(percent sp subst)
prompt_opts=(percent subst)

# Add hook for calling git-info before each command.
add-zsh-hook precmd prompt_smiley_precmd
Expand Down

0 comments on commit 24e5e49

Please sign in to comment.