fix zsh ini for Wayland
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
};
|
||||
|
||||
initContent = ''
|
||||
if [[ $DISPLAY ]]; then
|
||||
if [[ $WAYLAND_DISPLAY ]]; then
|
||||
[[ $- != *i* ]] && return
|
||||
[[ -z "$TMUX" ]] && (tmux attach || tmux new-session)
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user