Skip to content

Commit

Permalink
Adds syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
craveytrain committed Apr 19, 2022
1 parent dab0d9c commit 0366e25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .bin/subtrees
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ dot subtree add --prefix .zsh/zsh-prompt-benchmark https://github.com/romkatv/zs
dot subtree add --prefix .zsh/alias-tips https://github.com/djui/alias-tips.git master --squash

dot subtree add --prefix .zsh/autosuggestions/external/zsh-autosuggestions https://github.com/zsh-users/zsh-autosuggestions master --squash

dot subtree add --prefix .zsh/zsh-syntax-highlighting https://github.com/zsh-users/zsh-syntax-highlighting.git master --squash
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ source "$HOME/.zsh/alias-tips/alias-tips.plugin.zsh"

# # These 3 must be at the end
source "$HOME/.zsh/autosuggestions/init.zsh"
# source "$MODULES_DIR/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
source "$HOME/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
# source "$MODULES_DIR/zsh-history-substring-search/init.zsh"
source "$HOME/.zsh/prompt/init.zsh"

Expand Down

0 comments on commit 0366e25

Please sign in to comment.