mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 10:06:40 +00:00
Add command-line as-you-type highlighting for zsh
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -10,3 +10,6 @@
|
||||
[submodule "shell/tmux/tmuxifier"]
|
||||
path = shell/tmux/tmuxifier
|
||||
url = git@github.com:jimeh/tmuxifier.git
|
||||
[submodule "shell/zsh/zsh-syntax-highlighting"]
|
||||
path = shell/zsh/zsh-syntax-highlighting
|
||||
url = git://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||
|
||||
1
shell/zsh/zsh-syntax-highlighting
Submodule
1
shell/zsh/zsh-syntax-highlighting
Submodule
Submodule shell/zsh/zsh-syntax-highlighting added at 732b7d6e65
@@ -51,3 +51,13 @@ unalias shotgun
|
||||
|
||||
# Cause I hit emacs shorts too much
|
||||
bindkey -s "\C-x\C-f" "cd "
|
||||
|
||||
|
||||
#
|
||||
# Z-Shell Command Highlighting
|
||||
#
|
||||
|
||||
# Highlighters
|
||||
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets)
|
||||
|
||||
source "$DOTZSH/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
|
||||
|
||||
Reference in New Issue
Block a user