this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

zsh: fix the wtl function

+2 -3
+2 -3
zsh/zshenv
··· 34 34 alias gsw="git switch" 35 35 alias gco="git checkout" 36 36 37 - alias wtl="git worktree list" 38 37 alias wtp="git worktree prune" 39 38 40 39 alias lg="lazygit" ··· 50 49 alias aic="aicommits --type conventional" 51 50 52 51 # find worktrunk worktree directories 53 - wtl() { 54 - find "${1:-.}" -type d -name '*.wt.*' 2>/dev/null 52 + function wtl() { 53 + fd --type d '\.wt\.' "${1:-.}" 55 54 } 56 55 57 56 # Task workspace management