1
0
Fork 0

Disable autotmux

This commit is contained in:
Malte 2023-02-11 15:54:38 +01:00
parent 6e60f26cf7
commit 7c7ef8d2ee

View file

@ -1,11 +1,3 @@
if [[ -n "$SSH_CONNECTION" && -z "$TMUX" ]] {
exec mytmux
}
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
exec sway
fi
mkdir -p /var/run/user/$UID/tmp/downloads
function title {
emulate -L zsh
setopt prompt_subst