~nhoad/dotfiles

181f675e1ff466850a1e30d5e247a51ea6a0332b — Nathan Hoad 8 months ago de6dd44 master
Fix zsh to just understand both mac and linux silently.
1 files changed, 2 insertions(+), 1 deletions(-)

M zsh/.zshrc
M zsh/.zshrc => zsh/.zshrc +2 -1
@@ 41,7 41,8 @@ configure_zsh() {
    autoload -U promptinit && promptinit
    autoload -U select-word-style && select-word-style bash
    # fish like word highlighting.
    source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
    source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh &> /dev/null;
    source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh &> /dev/null;

    # case insensitive tab completion
    zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' \