Tmux and bash alias updates

This commit is contained in:
2023-08-26 20:43:35 -07:00
parent 09856a3d9f
commit c014c60534
2 changed files with 8 additions and 2 deletions

View File

@@ -50,3 +50,7 @@ function hgrep () {
function pgrep () {
ps aux | grep $1
}
function start_tmux () {
tmux new -A -s Tenor
}