Change default tmux name to Default
This commit is contained in:
parent
f4063c8a58
commit
846d873460
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -106,5 +106,5 @@ source .aliases
|
||||||
|
|
||||||
# Attach to a tmux session on startup
|
# Attach to a tmux session on startup
|
||||||
if [ -z "$TMUX" ]; then
|
if [ -z "$TMUX" ]; then
|
||||||
tmux attach -t default || tmux new -s default
|
tmux attach -t Default || tmux new -s Default
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue