Change so zellij statusbar is at the top of the terminal, this way it is no longer fighting neovim statusbar for attention from my eyes
This commit is contained in:
parent
c866d90c88
commit
30a3299c10
2 changed files with 7 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ eval "$(zoxide init --cmd cd zsh)"
|
|||
|
||||
# Make sure that zellij isn't recursively started on shell startup
|
||||
if [[ -z $ZELLIJ ]]; then
|
||||
zellij
|
||||
zellij --layout ~/.config/zellij/top-bar.kdl
|
||||
fi
|
||||
|
||||
fastfetch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue