Browse Source

fix(tmux): timeout searching for git directories

Joe 10 months ago
parent
commit
e1aecb9fa2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .scripts/project_launch.zsh

+ 1 - 1
.scripts/project_launch.zsh

@@ -2,7 +2,7 @@
 
 (sleep 3; exit 1) &
 
-PROJECT=$(fd \
+PROJECT=$(timeout 3 fd \
     --base-directory ~ \
     -t d \
     -d 5 \