From cce6cacb9956f6b85e293309b7030cafe1304a64 Mon Sep 17 00:00:00 2001 From: "M. Heinrich" <76873680+mevemo@users.noreply.github.com> Date: Thu, 21 Sep 2023 10:08:14 +0200 Subject: [PATCH] Update .zshrc: delete bun duplication Delete minor duplication as mentioned in #44 So, I guess this is like fix: #44 --- zsh/.zshrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 42ed8860..6f85a102 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -110,10 +110,6 @@ alias luamake=/home/mpaulson/personal/lua-language-server/3rd/luamake/luamake export BUN_INSTALL="/home/mpaulson/.bun" export PATH="$BUN_INSTALL/bin:$PATH" -# Bun -export BUN_INSTALL="/home/mpaulson/.bun" -export PATH="$BUN_INSTALL/bin:$PATH" - # pnpm export PNPM_HOME="/home/mpaulson/.local/share/pnpm" export PATH="$PNPM_HOME:$PATH"