diff options
author | zachir <zachir@librem.one> | 2025-07-12 19:38:18 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-12 19:38:18 -0500 |
commit | 30d1a136f1571f98e50571f2f3841398c4555326 (patch) | |
tree | b1ffb20fe9d28b8dcc62432d47867763db738bb8 /zsh | |
parent | af9d165a62063bcadd1f4d2a54fdfa4a8b57a1bf (diff) | |
parent | e2863dbdbae1e10a82f098c4575ed973249bab7b (diff) |
Merge branch 'master' into cas
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 |