diff options
| author | jason | 2023-10-17 16:08:09 -0600 |
|---|---|---|
| committer | jason | 2023-10-17 16:08:23 -0600 |
| commit | f4885c5d2dc78d568573e0e0577833170370b1e9 (patch) | |
| tree | 46a6667a1cad44c17ab410b2bf5140a16df07e04 /bash | |
| parent | 48d428fb595ee2a3aa3d8952fda4c1f8644a3b5e (diff) | |
| download | dotfiles-f4885c5d2dc78d568573e0e0577833170370b1e9.tar.gz dotfiles-f4885c5d2dc78d568573e0e0577833170370b1e9.zip | |
add fzf for obsd
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/.bashrc | 6 |
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 |
| 202 | fi | 202 | fi |
| 203 | 203 | ||
| 204 | ## OpenBSD | ||
| 205 | if [ -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 | ||
| 208 | fi | ||
| 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. |