aboutsummaryrefslogtreecommitdiffhomepage
path: root/profile
diff options
context:
space:
mode:
Diffstat (limited to 'profile')
-rw-r--r--profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile b/profile
index fe1745b..2c3f8ca 100644
--- a/profile
+++ b/profile
@@ -32,7 +32,7 @@ if which fzf &>/dev/null; then
32 export FZF_CTRL_T_OPTS='--no-multi --bind=ctrl-c:print-query' 32 export FZF_CTRL_T_OPTS='--no-multi --bind=ctrl-c:print-query'
33 export FZF_CTRL_R_OPTS='--bind=ctrl-c:print-query' 33 export FZF_CTRL_R_OPTS='--bind=ctrl-c:print-query'
34 fzf_preview() { fzf --preview 'cat {}'; } 34 fzf_preview() { fzf --preview 'cat {}'; }
35 source ~/.fzf.${shell} 35 [ -f ~/.fzf.${shell} ] && source ~/.fzf.${shell}
36fi 36fi
37 37
38# Set zsh or bash 38# Set zsh or bash