diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/init/load-settings.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/init/load-settings.sh b/bin/init/load-settings.sh index eca5a60..6df3047 100755 --- a/bin/init/load-settings.sh +++ b/bin/init/load-settings.sh | |||
@@ -43,6 +43,7 @@ if which fzf &>/dev/null; then | |||
43 | fzf_preview() { fzf --preview 'cat {}'; } | 43 | fzf_preview() { fzf --preview 'cat {}'; } |
44 | source ~/.fzf.${shell} &>/dev/null | 44 | source ~/.fzf.${shell} &>/dev/null |
45 | fi | 45 | fi |
46 | export FZF_CTRL_T_OPTS="--no-multi" | ||
46 | 47 | ||
47 | # Set zsh or bash | 48 | # Set zsh or bash |
48 | if [[ $- =~ i ]]; then | 49 | if [[ $- =~ i ]]; then |