1
0
Files
dotfiles/.config/zsh/rc/keyboard-extras.zsh
Konstantin Demin 00648901a9
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
zsh: update
2025-07-23 10:59:44 +03:00

8 lines
157 B
Bash

#!/bin/zsh
## TODO: more fzf locations
for i ( /usr/share/doc/fzf/examples/key-bindings.zsh ) ; do
[ -s "$i" ] || continue
source $i
done ; unset i