aboutsummaryrefslogtreecommitdiffhomepage
path: root/profile
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-12-06 14:50:09 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-12-06 14:50:09 +0800
commite46bce5c1abc29c93f0e070e5223a6129eaa8e5c (patch)
tree903d3a34b2fa9b04c2215974fa9d861cea06d342 /profile
parentb3711f19114f343add0c6604a84e1c10e5a6fef6 (diff)
Update
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