dotfiles/data/zsh/top-zshrc

16 lines
482 B
Plaintext
Raw Normal View History

2023-07-17 04:50:01 +00:00
# Put this on top of ~/.zshrc
# source ~/.config/zsh/top-zshrc
# https://github.com/ohmyzsh/ohmyzsh/issues/5700
DISABLE_AUTO_TITLE="true"
# https://github.com/ohmyzsh/ohmyzsh/issues/10291
DISABLE_UNTRACKED_FILES_DIRTY="true"
# https://github.com/ohmyzsh/ohmyzsh/issues/5569
DISABLE_MAGIC_FUNCTIONS="true"
2023-07-19 11:58:04 +00:00
# https://zellij.dev/documentation/integration.html
if command -v zellij &>/dev/null; then
ZELLIJ_AUTO_EXIT="true"
2023-07-19 11:58:04 +00:00
eval "$(zellij setup --generate-auto-start zsh)"
fi