aboutsummaryrefslogtreecommitdiffstats
path: root/bash
diff options
context:
space:
mode:
authorjason2023-10-17 16:08:09 -0600
committerjason2023-10-17 16:08:23 -0600
commitf4885c5d2dc78d568573e0e0577833170370b1e9 (patch)
tree46a6667a1cad44c17ab410b2bf5140a16df07e04 /bash
parent48d428fb595ee2a3aa3d8952fda4c1f8644a3b5e (diff)
downloaddotfiles-f4885c5d2dc78d568573e0e0577833170370b1e9.tar.gz
dotfiles-f4885c5d2dc78d568573e0e0577833170370b1e9.zip
add fzf for obsd
Diffstat (limited to 'bash')
-rw-r--r--bash/.bashrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index 06c603f..56848a6 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -201,6 +201,12 @@ if [ -f /opt/homebrew/opt/fzf/shell/completion.bash ]; then
201 . /opt/homebrew/opt/fzf/shell/key-bindings.bash 201 . /opt/homebrew/opt/fzf/shell/key-bindings.bash
202fi 202fi
203 203
204## OpenBSD
205if [ -f /usr/local/share/fzf/bash/key-bindings.bash ]; then
206 source /usr/local/share/fzf/bash/key-bindings.bash
207 source /usr/local/share/fzf/bash/completion.bash
208fi
209
204## TCL/TK via homebrew 210## TCL/TK via homebrew
205## OS X packages an outdated and deprecated version that doesn't really 211## OS X packages an outdated and deprecated version that doesn't really
206## work. 212## work.