starts cleaning up a bit

This commit is contained in:
2019-11-05 15:22:14 +01:00
parent 52b66eed97
commit d56ca38dcb
2 changed files with 22 additions and 8 deletions

View File

@@ -2,6 +2,7 @@
tmux new-session -d -s elm
tmux split-window -v "elm reactor --port 8080"
tmux split-window -h -c $HOME/Projets/rust/lootalot "cargo run"
tmux split-window -v -c $HOME/Projets/rust/lootalot "cargo run"
tmux select-pane -U
tmux select-pane -U
tmux attach-session -t elm