Remove tat command and automatically loading tmux
This isn't needed now that the tmux-sessioniser is working, and it also means that there isn't a weird "System32" session automatically created within WSL2, or with my username in Pop!_OS.
This commit is contained in:
parent
d39bfee514
commit
8e3c3adaa5
2 changed files with 0 additions and 42 deletions
|
@ -1,11 +0,0 @@
|
|||
ensure_tmux_is_running() {
|
||||
if _not_inside_tmux; then
|
||||
tat
|
||||
fi
|
||||
}
|
||||
|
||||
_not_inside_tmux() {
|
||||
[[ -z "$TMUX" ]]
|
||||
}
|
||||
|
||||
ensure_tmux_is_running
|
Loading…
Add table
Add a link
Reference in a new issue