From 20f17a22472013ab91a652ad19f027674f34aa97 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Mon, 5 Aug 2024 19:08:16 -0700 Subject: [PATCH] tmux-sessionizer: follow links --- home/modules/tmux-sessionizer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/tmux-sessionizer.nix b/home/modules/tmux-sessionizer.nix index 48863b5..65e9556 100644 --- a/home/modules/tmux-sessionizer.nix +++ b/home/modules/tmux-sessionizer.nix @@ -35,7 +35,7 @@ in if [[ $# -eq 1 ]]; then selected=$1 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 if [[ -z $selected ]]; then