diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-03-06 12:46:21 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-03-06 12:46:21 +0800 |
commit | e0a479db9a526a0a3e3dea3a54b1c5ac3b8daa1b (patch) | |
tree | f19279db836bc508755d6fedc0e750df4277110a | |
parent | 89154c2000efa830d902866652262099bcdc9d5e (diff) |
Update
-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 |