aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-03-06 12:46:21 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-03-06 12:46:21 +0800
commite0a479db9a526a0a3e3dea3a54b1c5ac3b8daa1b (patch)
treef19279db836bc508755d6fedc0e750df4277110a
parent89154c2000efa830d902866652262099bcdc9d5e (diff)
Update
-rwxr-xr-xbin/init/load-settings.sh1
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
45fi 45fi
46export FZF_CTRL_T_OPTS="--no-multi"
46 47
47# Set zsh or bash 48# Set zsh or bash
48if [[ $- =~ i ]]; then 49if [[ $- =~ i ]]; then