dotfiles/data/zsh/top-zshrc

10 lines
306 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"