diff options
author | zsmith <zsmith@newhopechurch.tv> | 2025-07-15 13:32:13 -0500 |
---|---|---|
committer | zsmith <zsmith@newhopechurch.tv> | 2025-07-15 13:32:13 -0500 |
commit | 87d456895519cf27f9dfbb17a16d66184643a499 (patch) | |
tree | 08b8bf576859becbe0f28f9f58390abe524d6384 /zsh/zshrc | |
parent | 855ebc2fb11d271ec19dedc3f7dc6b000c59cdf0 (diff) | |
parent | b66538e421e6025d8d8314b28b5c27e315c4f9d7 (diff) |
Merge branch 'master' into mac
Diffstat (limited to 'zsh/zshrc')
-rw-r--r-- | zsh/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ elif [ -f "$HOME"/.zshrc ]; then alias e='source ~/.zshrc' fi -source ~/.zkbd/$TERM-${${DISPLAY:t}:-$VENDOR-$OSTYPE} +source ~/.config/zsh/.zkbd/$TERM-${${DISPLAY:t}:-$VENDOR-$OSTYPE} #autoload zkbd; zkbd bindkey -v |