tmux-sessionizer: follow links

main
Zynh Ludwig 2024-08-05 19:08:16 -07:00
parent 44eb2bd078
commit 20f17a2247
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ in
if [[ $# -eq 1 ]]; then if [[ $# -eq 1 ]]; then
selected=$1 selected=$1
else else
selected=$(${find} ~/projects ~/ ~/.config ~/src -mindepth 1 -maxdepth 1 -type d | ${fzf}) selected=$(${find} -L ~/projects ~/ ~/.config ~/src -mindepth 1 -maxdepth 1 -type d | ${fzf})
fi fi
if [[ -z $selected ]]; then if [[ -z $selected ]]; then