Format zsh files
This commit is contained in:
parent
b3841fec56
commit
c19fab21b3
4 changed files with 14 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
|||
# Launch tmux if logging in over ssh
|
||||
if [[ -z "$TMUX" ]] && [ "$SSH_CONNECTION" != "" ]; then
|
||||
tmux attach-session -t ssh_tmux || tmux new-session -s ssh_tmux
|
||||
tmux attach-session -t ssh_tmux || tmux new-session -s ssh_tmux
|
||||
fi
|
||||
|
||||
# share history between running zsh instances
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue