Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
2025-04-20 10:56:00 -07:00
2 changed files with 11 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ function pgrep () {
}
function start_tmux () {
TERM=screen-256color tmux new -A -s DevEnv
TERM=screen-256color tmux -u new -A -s DevEnv
}
function start_gitui() {