fix(scripts): fix incorrect item

This commit is contained in:
Oliver Davies 2023-11-04 20:21:13 +00:00
parent 6514792445
commit 5303c1ae9c

1
bin/t
View file

@ -12,7 +12,6 @@ else
# Get the session name from fuzzy-finding list of directories and generating a # Get the session name from fuzzy-finding list of directories and generating a
# tmux-safe version. # tmux-safe version.
items=$(find ~/Code -mindepth 3 -maxdepth 3 -type d ! -name .git) items=$(find ~/Code -mindepth 3 -maxdepth 3 -type d ! -name .git)
items+="$HOME/Code/github.com/opdavies/dotfiles"
selected=$(echo "${items}" | sort | fzf --reverse) selected=$(echo "${items}" | sort | fzf --reverse)
fi fi