diff options
Diffstat (limited to 'zsh')
-rwxr-xr-x | zsh/.config/zsh/osx/init.zsh | 7 | ||||
m--------- | zsh/.config/zsh/plugins/zsh-autosuggestions | 0 | ||||
m--------- | zsh/.config/zsh/plugins/zsh-syntax-highlighting | 0 | ||||
-rwxr-xr-x | zsh/.config/zsh/setup/tools.zsh | 5 |
4 files changed, 5 insertions, 7 deletions
diff --git a/zsh/.config/zsh/osx/init.zsh b/zsh/.config/zsh/osx/init.zsh index 40a3d8d..0cb288d 100755 --- a/zsh/.config/zsh/osx/init.zsh +++ b/zsh/.config/zsh/osx/init.zsh @@ -11,10 +11,3 @@ export PATH="$HOMEBREW_PREFIX/opt/coreutils/libexec/gnubin:$PATH" #-- <gpg> -- export PINENTRY_USER_DATA="PINENTRY_USE_MAC" #-- </gpg> -- - -#-- <zsh> -- -# brew install zsh-syntax-highlighting -source $HOMEBREW_PREFIX/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -# brew install zsh-autosuggestions -source $HOMEBREW_PREFIX/share/zsh-autosuggestions/zsh-autosuggestions.zsh -#-- </zsh> diff --git a/zsh/.config/zsh/plugins/zsh-autosuggestions b/zsh/.config/zsh/plugins/zsh-autosuggestions new file mode 160000 +Subproject 0e810e5afa27acbd074398eefbe28d13005dbc1 diff --git a/zsh/.config/zsh/plugins/zsh-syntax-highlighting b/zsh/.config/zsh/plugins/zsh-syntax-highlighting new file mode 160000 +Subproject 5eb677bb0fa9a3e60f0eff031dc13926e093df9 diff --git a/zsh/.config/zsh/setup/tools.zsh b/zsh/.config/zsh/setup/tools.zsh index 1fc8844..fd66b63 100755 --- a/zsh/.config/zsh/setup/tools.zsh +++ b/zsh/.config/zsh/setup/tools.zsh @@ -13,3 +13,8 @@ alias cd="z" eval "$(starship init zsh)" #-- </starship> -- +#-- <zsh_enhancements> -- +export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=#626262,underline' +source "$ZDOTDIR/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh" +source "$ZDOTDIR/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" +#-- </zsh_enhancements> -- |