fix(flake/tmux): switching from pnpm to npx to workspace work

I don't know why but seems better
This commit is contained in:
Raphael 2025-09-30 14:47:48 +02:00
parent fbc870f240
commit 8e1cfc0c4a
No known key found for this signature in database

View file

@ -29,7 +29,7 @@
tmux split-window -h -p 30 -t $SESSION:0 -c "$DIR" tmux split-window -h -p 30 -t $SESSION:0 -c "$DIR"
tmux send-keys -t $SESSION:0.1 'exec zsh' C-m tmux send-keys -t $SESSION:0.1 'exec zsh' C-m
tmux split-window -v -p 30 -t $SESSION:0.1 -c "$DIR" 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 new-window -t $SESSION:1 -n git -c "$DIR"
tmux send-keys -t $SESSION:1 'lazygit' C-m tmux send-keys -t $SESSION:1 'lazygit' C-m
fi fi