✨ Install zsh-syntax-highlighting
This commit is contained in:
parent
aca5a03cf3
commit
5af95237e1
2 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,8 @@ unset config_files
|
||||||
# Starship
|
# Starship
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
|
|
||||||
|
source $(brew --prefix)/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||||
|
|
||||||
# Herd injected PHP binary.
|
# Herd injected PHP binary.
|
||||||
export PATH="/Users/marley/Library/Application Support/Herd/bin/":$PATH
|
export PATH="/Users/marley/Library/Application Support/Herd/bin/":$PATH
|
||||||
|
|
||||||
|
|
|
@ -5,3 +5,4 @@ cd "$(dirname "${BASH_SOURCE[0]}")" \
|
||||||
&& . "../homebrew/brew_utils.sh"
|
&& . "../homebrew/brew_utils.sh"
|
||||||
|
|
||||||
brew_install "Starship Prompt" "starship"
|
brew_install "Starship Prompt" "starship"
|
||||||
|
brew_install "Zsh Syntax Highlighting" "zsh-syntax-highlighting"
|
||||||
|
|
Loading…
Reference in a new issue