8 lines
123 B
Plaintext
Executable File
8 lines
123 B
Plaintext
Executable File
cd ~/Documents/git-repos
|
|
tmux new-s -d
|
|
tmux rename-window -t 1 NVIM
|
|
cd
|
|
tmux new-w
|
|
tmux rename-window -t 2 GIT
|
|
tmux attach
|