Tmux and bash alias updates
This commit is contained in:
@@ -50,3 +50,7 @@ function hgrep () {
|
||||
function pgrep () {
|
||||
ps aux | grep $1
|
||||
}
|
||||
|
||||
function start_tmux () {
|
||||
tmux new -A -s Tenor
|
||||
}
|
||||
|
Reference in New Issue
Block a user