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