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