Enable tmate to cooperate with tmux that is always there
This commit is contained in:
parent
883ef307a9
commit
8b45c4092d
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.zshrc
|
@ -41,3 +41,6 @@ fi
|
||||||
|
|
||||||
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
|
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
|
||||||
export PATH="$PATH:$HOME/.rvm/bin"
|
export PATH="$PATH:$HOME/.rvm/bin"
|
||||||
|
|
||||||
|
alias tmate="tmux detach-client -E 'tmate;tmux'"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue