refactor: rename nvim-workspace.sh to test-tmux.sh
This commit is contained in:
8
.bin/test-tmux.sh
Executable file
8
.bin/test-tmux.sh
Executable 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'
|
Reference in New Issue
Block a user