remove command not found handler for z4h

main
Alpha Chen 8 months ago
parent 38c607651e
commit e4dd733fab
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -123,4 +123,7 @@ alias tree='tree -a -I .git'
setopt glob_dots # no special treatment for file names with a leading dot
setopt auto_menu # require an extra TAB press to open the completion menu
# https://github.com/romkatv/zsh4humans/issues/110#issuecomment-846824056
[[ ! -v functions[command_not_found_handler] ]] || unfunction command_not_found_handler
[ -z "$ZPROF" ] || zprof

Loading…
Cancel
Save