diff --git a/tmux-sessionizer b/tmux-sessionizer index ed6e1e8..6762518 100755 --- a/tmux-sessionizer +++ b/tmux-sessionizer @@ -3,7 +3,7 @@ HOMEDIR=~ which fd > /dev/null if [ 0 = $? ]; then - SEL_DIR=$(fd --type directory | fzf) # if fd-find is installed + SEL_DIR=$(fd --full-path ~ --type directory | fzf) # if fd-find is installed else SEL_DIR=$(find ~ -not -path "*/.*" -type d -print 2>/dev/null | fzf) fi