DWL startup scripting cleanup

This commit is contained in:
2024-03-24 12:37:05 -07:00
parent 464d2a6a25
commit 52d9a2773d
4 changed files with 29 additions and 9 deletions

View File

@@ -52,5 +52,5 @@ function pgrep () {
}
function start_tmux () {
tmux new -A -s Tenor
TERM=screen-256color tmux new -A -s DevEnv
}