zsh: No longer automatically enter tmux on new session
This commit is contained in:
parent
af1d3f7592
commit
2643aaf6d2
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
|
# Started to be fucking annoying. Going to disable this for now.
|
||||||
|
exit 0
|
||||||
|
|
||||||
if [ -z "$TMUX" ] && [ -n "$PS1" ]; then
|
if [ -z "$TMUX" ] && [ -n "$PS1" ]; then
|
||||||
tmux attach
|
tmux attach
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue