mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-09-14 14:32:04 +02:00
4 lines
163 B
Bash
Executable file
4 lines
163 B
Bash
Executable file
#!/bin/sh
|
|
|
|
[ -r /usr/share/fzf/key-bindings.bash ] && . /usr/share/fzf/key-bindings.bash
|
|
[ -r /usr/share/fzf/completion.bash ] && . /usr/share/fzf/completion.bash
|