my personal zellij configuration
git clone https://github.com/ldoo22/zellij-config.git ~/.config/zellij
Add the following alias to your shell configuration file (e.g. ~/.bashrc
, ~/.zshrc
, etc.):
alias zz="zellij"
Or autostart with:
echo 'eval "$(zellij setup --generate-auto-start bash)"' >> ~/.bashrc
echo 'eval "$(zellij setup --generate-auto-start zsh)"' >> ~/.zshrc