diff options
author | ZachIR <zachir@librem.one> | 2025-07-13 05:27:47 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-13 05:27:47 -0500 |
commit | ac58746a49e1b7e8559cff1ed4522c3584caa026 (patch) | |
tree | 710e4e87d0526e8fe254befe6b9342f299846967 /zsh | |
parent | 03293db1c9078d0960e92bed9b3a66e14cadacd1 (diff) | |
parent | e2863dbdbae1e10a82f098c4575ed973249bab7b (diff) |
Merge branch 'master' into car
Diffstat (limited to 'zsh')
-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 |