This commit is contained in:
albert 2024-04-08 21:50:55 +09:00
parent 51276d05fb
commit 09a22d8500
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -37,7 +37,7 @@
GPG_TTY=$(tty) GPG_TTY=$(tty)
EDITOR=vim EDITOR=vim
ssh-add > /dev/null &> /dev/null ssh-add > /dev/null &> /dev/null
[[ -z "$TMUX" && "$ENABLE_TMUX" == "false" ]] && { tmux attach || exec tmux new-session && exit;} [[ -z "$TMUX" && "$ENABLE_TMUX" = "false" ]] && { tmux attach || exec tmux new-session && exit;}
''; '';
sessionVariables = { sessionVariables = {
# Set the GTK Theme # Set the GTK Theme