Last active
October 16, 2017 22:26
-
-
Save ahmadawais/6674c87b5ebb6c4748c542dacbe48881 to your computer and use it in GitHub Desktop.
ZSH Syntax Highlighting! — Details → https://ahmda.ws/ZH_
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#.# zsh-syntax-highlighting | |
# | |
# Fish shell like syntax highlighting for Zsh | |
# | |
# @link: http://github.com/zsh-users/zsh-syntax-highlighting | |
source ~/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | |
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern cursor) | |
ZSH_HIGHLIGHT_PATTERNS=('rm -rf *' 'fg=white,bold,bg=red') # To have commands starting with `rm -rf` in red: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment