chore: autostart zellij for neat tabs and panes
This commit is contained in:
6
.bashrc
6
.bashrc
@@ -97,6 +97,12 @@ source $HOME/dotfiles/bin/1password-agent-bridge.sh
|
|||||||
# zoxide
|
# zoxide
|
||||||
eval "$(zoxide init bash)"
|
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
|
# Display a welcome message for interactive shells
|
||||||
if [ -t 1 ]; then
|
if [ -t 1 ]; then
|
||||||
dotf term
|
dotf term
|
||||||
|
Reference in New Issue
Block a user