Files
dotfiles/profile/.profile.d/zsh.sh
Fabio Scotto di Santolo e477042df2 Fix Profile configurations
2024-12-28 19:11:37 +01:00

7 lines
236 B
Bash

#!/usr/bin/env bash
if [ "$(uname -o)" == "Darwin" ]; then
export ZSH_HIGHLIGHT_DIR=/opt/homebrew/share/zsh-syntax-highlighting
export ZSH_HIGHLIGHT_HIGHLIGHTERS_DIR=/opt/homebrew/share/zsh-syntax-highlighting/highlighters
fi