refactor: rename nvim-workspace.sh to test-tmux.sh

This commit is contained in:
yeti
2025-05-16 10:25:53 +01:00
parent 54baa71622
commit 6df5d05cc5

8
.bin/test-tmux.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
XDG_CONFIG_HOME="$PWD/.config" \
XDG_DATA_HOME="$PWD/.local/share" \
XDG_STATE_HOME="$PWD/.state" \
XDG_CACHE_HOME="$PWD/.cache" \
TMUX="" \
tmux new-session -s dev -n editor 'nvim'