fix vmware, fix hass script
This commit is contained in:
@@ -20,10 +20,10 @@ in
|
||||
theme = "fishy";
|
||||
};
|
||||
|
||||
initContent = ''
|
||||
if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then
|
||||
tmux attach-session -t default || tmux new-session -s default
|
||||
fi
|
||||
'';
|
||||
# initContent = ''
|
||||
# if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then
|
||||
# tmux attach-session -t default || tmux new-session -s default
|
||||
# fi
|
||||
# '';
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user