zshrc tmux
This commit is contained in:
parent
d561b07417
commit
9cd5e17a5d
@ -7,7 +7,7 @@ if \
|
|||||||
[ -z "$TMUX" ] && \
|
[ -z "$TMUX" ] && \
|
||||||
tmux -N -L "$USER" list-sessions &>/dev/null
|
tmux -N -L "$USER" list-sessions &>/dev/null
|
||||||
then
|
then
|
||||||
exec tmux -N -L "$USER" new-session
|
exec tmux -N -L "$USER" new-session -A
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f "$ZDOTDIR/sourcer" ]; then
|
if [ -f "$ZDOTDIR/sourcer" ]; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user