Autoload and bind run-help
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user