Format zsh files

This commit is contained in:
Marko Korhonen 2022-03-11 18:14:21 +02:00
parent b3841fec56
commit c19fab21b3
4 changed files with 14 additions and 14 deletions

View file

@ -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