]> arthur.barton.de Git - ax-zsh.git/blob - plugins/hstr/hstr.zshrc
axzshctl: Look harder for themes in remote modules
[ax-zsh.git] / plugins / hstr / hstr.zshrc
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # hstr.zshrc: Setup hstr
3
4 axzsh_is_modern_terminal || return 91
5
6 # Make sure that "hstr(1)" is installed
7 (( $+commands[hstr] )) || return 1
8
9 eval "$(hstr --show-configuration)"