tmux-sessionizer: unescape shellArgs

main
Zynh Ludwig 2024-08-07 05:05:54 -07:00
parent bc5ad30c8e
commit 20521f77cc
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ in
if [[ $# -eq 1 ]]; then
selected=$1
else
selected=$(${find} -L ${lib.escapeShellArgs cfg.paths} -mindepth 1 -maxdepth 1 -type d | ${fzf})
selected=$(${find} -L ${lib.concatStringsSep " " cfg.paths} -mindepth 1 -maxdepth 1 -type d | ${fzf})
fi
if [[ -z $selected ]]; then