aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/init/load-settings.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/init/load-settings.sh')
-rwxr-xr-xtools/init/load-settings.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/init/load-settings.sh b/tools/init/load-settings.sh
index 86397d6..99ab0b3 100755
--- a/tools/init/load-settings.sh
+++ b/tools/init/load-settings.sh
@@ -13,8 +13,8 @@ shell=${shell##*/}
13 13
14# fzf 14# fzf
15if which fzf &>/dev/null; then 15if which fzf &>/dev/null; then
16 [ -f ~/.fzf.$shell ] && source ~/.fzf.$shell
17 fzf_preview() { fzf --preview 'cat {}'; } 16 fzf_preview() { fzf --preview 'cat {}'; }
17 source ~/.fzf.$shell &>/dev/null
18fi 18fi
19 19
20if [[ $shell == zsh ]]; then 20if [[ $shell == zsh ]]; then