diff options
author | zsmith <zsmith@newhopechurch.tv> | 2025-07-22 11:51:37 -0500 |
---|---|---|
committer | zsmith <zsmith@newhopechurch.tv> | 2025-07-22 11:51:37 -0500 |
commit | 881727689c3a32161d9ed0333cde2ec905a9c747 (patch) | |
tree | b4182d10a7f96efecf1ec513382d49d9582a30d5 | |
parent | 7f1d3d2763a66501adfc32009001e1742bab543b (diff) | |
parent | a2f528f57b7b768a77623d110343474ecd894905 (diff) |
Merge branch 'master' into macmac
-rw-r--r-- | zsh/.zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -117,7 +117,7 @@ bindkey -M vicmd "${key[Down]}" history-substring-search-down bindkey -M vicmd "k" history-substring-search-up bindkey -M vicmd "j" history-substring-search-down -source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh - +#source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +zinit light zsh-users/zsh-syntax-highlighting #zprof export PATH="/opt/homebrew/opt/rustup/bin:$PATH" |