This commit is contained in:
albert 2024-04-08 22:30:52 +09:00
parent 37e52fed17
commit ef031e50c0
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -37,7 +37,10 @@
GPG_TTY=$(tty) GPG_TTY=$(tty)
EDITOR=vim EDITOR=vim
ssh-add > /dev/null &> /dev/null ssh-add > /dev/null &> /dev/null
[[ -z "$TMUX" && "$DISABLE_TMUX" = "true" ]] && { tmux attach || exec tmux new-session && exit;} source ~/.profile
if [ -z "$DISABLE_TMUX" ] && [ -z "$TMUX" ] ; then
tmux attach || exec tmux new-session && exit
fi
''; '';
sessionVariables = { sessionVariables = {
# Set the GTK Theme # Set the GTK Theme