diff --git a/default/bashrc.d/default b/default/bashrc.d/default index 8146c8d..0c14555 100755 --- a/default/bashrc.d/default +++ b/default/bashrc.d/default @@ -1,6 +1,6 @@ #!/bin/bash -if [[ -z ${ZELLIJ} ]] && [[ -z ${SSH_CLIENT} ]]; then +if [[ -z ${ZELLIJ} ]] && command -v zellij; then zellij && exit fi