]> arthur.barton.de Git - ax-zsh.git/commitdiff
Use "autoload -Uz"
authorAlexander Barton <alex@barton.de>
Fri, 24 Jul 2015 21:55:58 +0000 (23:55 +0200)
committerAlexander Barton <alex@barton.de>
Fri, 24 Jul 2015 21:56:29 +0000 (23:56 +0200)
core/10_keyboard/10_keyboard.zshrc
core/10_terminal/10_terminal.zshrc
plugins/zkbd/zkbd.zshrc

index 3c52190b8e1e0a4753b225f0d93bce1db2a25100..92ecf04152009bd9af61e5e528424894de96effc 100644 (file)
@@ -4,6 +4,6 @@
 bindkey -e
 
 # Allow editing of the current command line in $EDITOR
-autoload -U edit-command-line
+autoload -Uz edit-command-line
 zle -N edit-command-line
 bindkey '\C-x\C-e' edit-command-line
index 56de7c0fbd29984ed94e58b8d9929acfffd39c3b..e300e757ac2e7421b0ba80e635af0e02c6721c6b 100644 (file)
@@ -49,7 +49,7 @@ preexec_functions+=(axzsh_terminal_title_preexec)
 
 # Colors
 
-autoload -U colors
+autoload -Uz colors
 colors
 
 # Text effects (FX)
index 07ce8ed106569b67b954ddb6be9dbc1f5cb3eef3..4702276ff5421497f9172d5857748e415d698d59 100644 (file)
@@ -1,7 +1,7 @@
 # AX-ZSH: Alex' Modular ZSH Configuration
 # zkbd.zshrc: Initialize ZKBD Keybindings
 
-autoload zkbd
+autoload -Uz zkbd
 
 [[ ! -f ${ZDOTDIR:-$HOME}/.zkbd/$TERM-$VENDOR-$OSTYPE ]] && zkbd
 source ${ZDOTDIR:-$HOME}/.zkbd/$TERM-$VENDOR-$OSTYPE