From 5303c1ae9ce035d35d7c0b71db34c929ad32d2a0 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 4 Nov 2023 20:21:13 +0000 Subject: [PATCH] fix(scripts): fix incorrect item --- bin/t | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/t b/bin/t index e300766..5ba112c 100755 --- a/bin/t +++ b/bin/t @@ -12,7 +12,6 @@ else # Get the session name from fuzzy-finding list of directories and generating a # tmux-safe version. items=$(find ~/Code -mindepth 3 -maxdepth 3 -type d ! -name .git) - items+="$HOME/Code/github.com/opdavies/dotfiles" selected=$(echo "${items}" | sort | fzf --reverse) fi