updates
This commit is contained in:
parent
51276d05fb
commit
09a22d8500
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
GPG_TTY=$(tty)
|
||||
EDITOR=vim
|
||||
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 = {
|
||||
# Set the GTK Theme
|
||||
|
|
Loading…
Reference in a new issue