chore: autostart zellij for neat tabs and panes

This commit is contained in:
2024-10-30 23:21:43 +01:00
parent e25a0a253a
commit 174545011f

View File

@@ -97,6 +97,12 @@ source $HOME/dotfiles/bin/1password-agent-bridge.sh
# zoxide
eval "$(zoxide init bash)"
# Check if we are running from zellij, if not then launch it
if [ -z "$ZELLIJ" ]; then
zellij
return
fi
# Display a welcome message for interactive shells
if [ -t 1 ]; then
dotf term