fix(flake/tmux): switching from pnpm to npx to workspace work
I don't know why but seems better
This commit is contained in:
parent
fbc870f240
commit
8e1cfc0c4a
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
tmux split-window -h -p 30 -t $SESSION:0 -c "$DIR"
|
||||
tmux send-keys -t $SESSION:0.1 'exec zsh' C-m
|
||||
tmux split-window -v -p 30 -t $SESSION:0.1 -c "$DIR"
|
||||
tmux send-keys -t $SESSION:0.2 'watch -n0.5 pnpm --prefix=./src/ eslint .' C-m
|
||||
tmux send-keys -t $SESSION:0.2 'watch -n0.5 npx --prefix=./src/ eslint .' C-m
|
||||
tmux new-window -t $SESSION:1 -n git -c "$DIR"
|
||||
tmux send-keys -t $SESSION:1 'lazygit' C-m
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue