From a0a78a2b9ed0928c5b2b579cb1f89d245471253a Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Wed, 25 Jan 2023 08:00:45 -0600 Subject: add gentoo --- zsh/.config/zsh/.zshrc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'zsh/.config') diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 176e331..fbc94cb 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -77,6 +77,10 @@ case "$ID" in source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh ;; + gentoo ) + source /usr/share/zsh/site-functions/zsh-syntax-highlighting.zsh + source "$XDG_DATA_HOME"/zsh/zsh-autosuggestions/zsh-autosuggestions.zsh + ;; Darwin ) source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh @@ -85,3 +89,8 @@ case "$ID" in echo "no highlight for you" ;; esac + +# pnpm +export PNPM_HOME="/home/user/.local/share/pnpm" +export PATH="$PNPM_HOME:$PATH" +# pnpm end -- cgit v1.2.3