summaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2023-01-25 08:00:45 -0600
committerMatt Strapp <matt@mattstrapp.net>2023-01-25 08:03:07 -0600
commita0a78a2b9ed0928c5b2b579cb1f89d245471253a (patch)
tree2ee5cd387285acb404f1c8bac4c424e734601fe3 /zsh
parentAdd artix to distro list (diff)
downloaddotfiles-a0a78a2b9ed0928c5b2b579cb1f89d245471253a.tar
dotfiles-a0a78a2b9ed0928c5b2b579cb1f89d245471253a.tar.gz
dotfiles-a0a78a2b9ed0928c5b2b579cb1f89d245471253a.tar.bz2
dotfiles-a0a78a2b9ed0928c5b2b579cb1f89d245471253a.tar.lz
dotfiles-a0a78a2b9ed0928c5b2b579cb1f89d245471253a.tar.xz
dotfiles-a0a78a2b9ed0928c5b2b579cb1f89d245471253a.tar.zst
dotfiles-a0a78a2b9ed0928c5b2b579cb1f89d245471253a.zip
add gentoo
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.config/zsh/.zshrc9
1 files changed, 9 insertions, 0 deletions
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