Awesome and Zsh configuration changes
This commit is contained in:
parent
2e0d58a696
commit
cb05f3af7e
5 changed files with 51 additions and 20 deletions
14
.zsh_functions.zsh
Normal file
14
.zsh_functions.zsh
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
tmx () {
|
||||
# Use -d to allow the rest of the function to run
|
||||
tmux new-session -d -s "CMD"
|
||||
tmux new-window
|
||||
# -d to prevent current window from changing
|
||||
#tmux new-window -d
|
||||
#tmux new-window -d
|
||||
#tmux new-window -d
|
||||
#tmux new-window -d
|
||||
# -d to detach any other client (which there shouldn't be,
|
||||
# since you just created the session).
|
||||
tmux attach-session -d -t "CMD"
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue