Autoload and bind run-help

This commit is contained in:
2020-06-30 03:08:36 +02:00
parent e8b8c27369
commit dad05f4d68
2 changed files with 3 additions and 0 deletions

View File

@@ -114,6 +114,8 @@ comp-source() {
## Load external config files and modules
autoload edit-command-line; zle -N edit-command-line
autoload zmv
! alias run-help >/dev/null 2>&1 || unalias run-help
autoload run-help
# stderred
if [ -e "$ZSH_CONF/stderred/build/libstderred.so" ]; then
export LD_PRELOAD="$ZSH_CONF/stderred/build/libstderred.so${LD_PRELOAD:+:$LD_PRELOAD}"