zsh: add ta function
This commit is contained in:
parent
b52ba9bf92
commit
d4d4f6f642
6
.config/zsh/functions/ta
Executable file
6
.config/zsh/functions/ta
Executable file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env zsh
|
||||
# the alias, but as a script so it can be started when the terminal starts
|
||||
|
||||
setopt LOCAL_OPTIONS ERR_RETURN NO_UNSET PIPE_FAIL
|
||||
|
||||
tmux attach -t tastytea || tmux new-session -s tastytea
|
Loading…
x
Reference in New Issue
Block a user