Skip to content

Commit

Permalink
Update .zshrc
Browse files Browse the repository at this point in the history
Activate Zsh Syntax Highlighting.
  • Loading branch information
iAGorynT committed Dec 18, 2023
1 parent a5e87cd commit 7c379a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DotFiles/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,7 @@ alias mmt="~/bin/zTests/Mmt.sh" # Test Menu
# List Menu Alias'
alias mml="clear; grep -e '# Main Menu' -e 'alias mm' $HOME/.zshrc | grep -v ‘mml=‘"

# Activate Zsh Syntax Highlighting
# NOTE: Ensure This Is At Very End of .zshrc
source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh

0 comments on commit 7c379a9

Please sign in to comment.