Add dnot die to tmux

This commit is contained in:
Bad 2021-04-16 11:03:26 +02:00
parent fc285ed80b
commit 6e55fa0a59

View file

@ -13,7 +13,11 @@
if [ -z "$TMUX" ] && [[ $- == *i* ]]
then
(tmux ls | grep -vq attached && tmux at) || tmux
if [ ! -f /tmp/dontdie ]
then
exit
fi
rm /tmp/dontdie
fi
${builtins.readFile ./p10k.zsh.initfirst}