fix(scripts): fix incorrect item
This commit is contained in:
parent
6514792445
commit
5303c1ae9c
1
bin/t
1
bin/t
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue