chore(zsh): auto start zellij
parent
0a69ffdcd3
commit
fc388cce59
|
@ -69,6 +69,9 @@ alias moe="make"
|
||||||
# https://zellij.dev/documentation/faq.html
|
# https://zellij.dev/documentation/faq.html
|
||||||
if command -v zellij &>/dev/null; then
|
if command -v zellij &>/dev/null; then
|
||||||
alias zz="zellij"
|
alias zz="zellij"
|
||||||
|
# https://github.com/zellij-org/zellij/issues/1736
|
||||||
|
# Off p10k-instant-prompt first
|
||||||
|
eval "$(zellij setup --generate-auto-start zsh)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# https://sw.kovidgoyal.net/kitty/faq/
|
# https://sw.kovidgoyal.net/kitty/faq/
|
||||||
|
|
Loading…
Reference in New Issue