diff options
author | Hendrik Jaeger <henk@frustcomp.hnjs.home.arpa> | 2022-10-06 14:42:16 +0200 |
---|---|---|
committer | Hendrik Jaeger <henk@frustcomp.hnjs.home.arpa> | 2022-10-06 14:42:16 +0200 |
commit | b4de15b98016c9738e1890fc177b50ac10ebc502 (patch) | |
tree | 714a7c2849d495206743db3e78bdef3c2e20bd74 /.zshrc | |
parent | cfb1895ec218224a70ac77a15e9624772161f6c6 (diff) |
use debian package, one less plugin to manage in zsh
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -181,7 +181,7 @@ zinit load 'https://github.com/nojhan/liquidprompt' # needs to be loaded close to the end because it hooks into other stuff # see https://github.com/zsh-users/zsh-syntax-highlighting -zinit load 'https://github.com/zsh-users/zsh-syntax-highlighting' +source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh # commands to run after initialization is complete |