From 354afc1754f0616cd086b1a6f607022155a1f9e3 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 16 May 2023 20:09:27 -0700 Subject: profiles/workstation: stop using dark mode + prezto --- home/profiles/zsh/tmux.zsh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 home/profiles/zsh/tmux.zsh (limited to 'home/profiles/zsh/tmux.zsh') diff --git a/home/profiles/zsh/tmux.zsh b/home/profiles/zsh/tmux.zsh deleted file mode 100644 index 97944f5..0000000 --- a/home/profiles/zsh/tmux.zsh +++ /dev/null @@ -1,9 +0,0 @@ -# If we're not in an ssh connection, and tmux is installed, and we're -# not already in a tmux session, attach to the session named -# 'default', and if the session does not exist, start one named -# 'default' -if [ -z "$SSH_CONNECTION" ]; then - if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then - tmux attach -t default || tmux new -s default - fi -fi -- cgit 1.4.1