File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,6 @@ AGKOZAK[FUNCTIONS]='_agkozak_debug_print
124
124
_agkozak_set_git_psvars
125
125
_agkozak_zle-keymap-select
126
126
TRAPWINCH
127
- TRAPCHLD
128
127
_agkozak_vi_mode_indicator
129
128
_agkozak_load_async_lib
130
129
_agkozak_has_usr1
@@ -517,14 +516,6 @@ TRAPWINCH() {
517
516
zle && zle -R
518
517
}
519
518
520
- # ###########################################################
521
- # Redraw the prompt when the background jobs count changes
522
- # ###########################################################
523
- TRAPCHLD () {
524
- psvar[11]=${${(% ):-% j} # 0}
525
- zle && zle reset-prompt
526
- }
527
-
528
519
# ###########################################################
529
520
# For legacy custom prompts: print a vi mode indicator
530
521
# ###########################################################
You can’t perform that action at this time.
0 commit comments