no tmux by default

This commit is contained in:
Crizomb 2026-01-26 04:21:55 +01:00
parent d074c7e7bf
commit 76e8d28b43

6
.zshrc
View file

@ -1,6 +1,6 @@
if [ -z "$TMUX" ] && [ -n "$PS1" ]; then # if [ -z "$TMUX" ] && [ -n "$PS1" ]; then
exec tmux # exec tmux
fi # fi
export ZSH="$HOME/.oh-my-zsh" export ZSH="$HOME/.oh-my-zsh"
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes # See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes