mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[shell/fzf] also source if on nixos
This commit is contained in:
parent
4408bd353d
commit
52db2fbf61
1 changed files with 5 additions and 0 deletions
|
@ -2,3 +2,8 @@
|
||||||
|
|
||||||
[ -r /usr/share/fzf/key-bindings.bash ] && . /usr/share/fzf/key-bindings.bash
|
[ -r /usr/share/fzf/key-bindings.bash ] && . /usr/share/fzf/key-bindings.bash
|
||||||
[ -r /usr/share/fzf/completion.bash ] && . /usr/share/fzf/completion.bash
|
[ -r /usr/share/fzf/completion.bash ] && . /usr/share/fzf/completion.bash
|
||||||
|
|
||||||
|
if command -v fzf-share >/dev/null; then
|
||||||
|
source "$(fzf-share)/key-bindings.bash"
|
||||||
|
source "$(fzf-share)/completion.bash"
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue