diff --git a/.profile b/.profile index 71b2e1d3..c5ff01e2 100644 --- a/.profile +++ b/.profile @@ -135,7 +135,7 @@ if command -v fzf >/dev/null 2>&1; then export FZF_BCD_OPTS=$FZF_ALT_C_OPTS export FZF_CDHIST_OPTS=$FZF_ALT_C_OPTS export FZF_CTRL_R_OPTS="--reverse --sort" - export FZF_CTRL_T_OPTS="--bind=ctrl-j:'execute-multi(rifle {})' --preview='preview {}'" + export FZF_CTRL_T_OPTS="--bind=ctrl-j:'execute(rifle {+})' --preview='preview {+}'" if [ "$(uname -o)" = "GNU/Linux" ]; then ## Append '/' to folder names. GNU find required. export FZF_CTRL_T_COMMAND="command find -L \$dir -mindepth 1 \\( -path \$dir'*/\\.*' -o -fstype 'devfs' -o -fstype 'devtmpfs' \\) -prune \