mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
fish: insert project name in path for l2wt
This commit is contained in:
parent
dae28e7a69
commit
5ff891cb25
2 changed files with 4 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ function tmux-sessionizer \
|
|||
set selected \
|
||||
(begin
|
||||
fd . $REPO_PATH --exact-depth 2 --type d
|
||||
fd . $WORKTREE_PATH --exact-depth 1 --type d
|
||||
fd . $WORKTREE_PATH --exact-depth 2 --type d
|
||||
fd . $PLAYGROUND_PATH --exact-depth 1 --type d
|
||||
# Special mode to create a playground
|
||||
echo "play"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue