From 0f28717a665934220d88d2f2864f8f25f3a3ed20 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Tue, 26 Sep 2023 11:19:41 +0200 Subject: [PATCH] add bun to profile path --- dot_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_profile b/dot_profile index 3bb6bb9..a6f66a6 100644 --- a/dot_profile +++ b/dot_profile @@ -1,4 +1,4 @@ -export PATH="$HOME/.yarn/bin:$HOME/.local/bin:$PATH" +export PATH="$HOME/.bun/bin:$HOME/.local/bin:$PATH" export EDITOR=nvim export VISUAL="code --wait" export QT_QPA_PLATFORMTHEME=qt5ct