Update Keyboard
Update keyboard to move .zkbd to the ZDOTDIR
This commit is contained in:
parent
e1cac62062
commit
bbe4745c40
4
keyboard
4
keyboard
|
|
@ -3,8 +3,8 @@
|
||||||
|
|
||||||
autoload -Uz zkbd
|
autoload -Uz zkbd
|
||||||
|
|
||||||
if [[ -f $HOME/.zkbd/$TERM-${DISPLAY:-$VENDOR-$OSTYPE} ]]; then
|
if [[ -f $ZDOTDIR/.zkbd/$TERM-${DISPLAY:-$VENDOR-$OSTYPE} ]]; then
|
||||||
source $HOME/.zkbd/$TERM-${DISPLAY:-$VENDOR-$OSTYPE}
|
source $ZDOTDIR/.zkbd/$TERM-${DISPLAY:-$VENDOR-$OSTYPE}
|
||||||
else
|
else
|
||||||
echo "WARNING: Keybindingd may not be set correctly!"
|
echo "WARNING: Keybindingd may not be set correctly!"
|
||||||
echo "Execute \`zkbd\` to create bindings."
|
echo "Execute \`zkbd\` to create bindings."
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user