All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
8 lines
157 B
Bash
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
|