Files
dotfiles/.profile.d/zsh.sh
Fabio Scotto di Santolo e9733a8e6e Configurazione per ikaros
2022-07-06 10:37:37 +02:00

9 lines
440 B
Bash

#!/usr/bin/env bash
if [[ "$HOST" == 'nymph.localhost' ]]; then
export ZSH_HIGHLIGHT_DIR=/usr/local/share/zsh-syntax-highlighting
export ZSH_HIGHLIGHT_HIGHLIGHTERS_DIR=/usr/local/share/zsh-syntax-highlighting/highlighters
elif [[ "$HOST" == 'ikaros.fritz.box' ]]; then
export ZSH_HIGHLIGHT_DIR=/opt/homebrew/share/zsh-syntax-highlighting
export ZSH_HIGHLIGHT_HIGHLIGHTERS_DIR=/opt/homebrew/share/zsh-syntax-highlighting/highlighters
fi