diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-12-06 14:50:09 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-12-06 14:50:09 +0800 |
commit | e46bce5c1abc29c93f0e070e5223a6129eaa8e5c (patch) | |
tree | 903d3a34b2fa9b04c2215974fa9d861cea06d342 /profile | |
parent | b3711f19114f343add0c6604a84e1c10e5a6fef6 (diff) |
Update
Diffstat (limited to 'profile')
-rw-r--r-- | profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |
36 | fi | 36 | fi |
37 | 37 | ||
38 | # Set zsh or bash | 38 | # Set zsh or bash |