]> arthur.barton.de Git - ax-zsh.git/blob - core/90_theme/90_theme.zshrc
Add and streamline comments for prompt variables
[ax-zsh.git] / core / 90_theme / 90_theme.zshrc
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # 90_theme.zshrc: Load AX-ZSH theme
3
4 # Read in the theme configuration.
5 [[ -n "$AXZSH_THEME" ]] && source "$AXZSH_THEME"
6
7 # RPS1 will cause trouble on "dumb" terminals; so reset it there!
8 axzsh_is_dumb_terminal && unset RPS1