From 81af8be9f222cf3788080f63bfffa56cf067008c Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 7 Feb 2025 13:19:58 +0100 Subject: [PATCH] feat(fish): add bun path --- config/fish/config.fish | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/fish/config.fish b/config/fish/config.fish index ed5b5cd..aecb80c 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -83,6 +83,10 @@ end # Volta set -x PATH $PATH $VOLTA_HOME/bin +# Bun +set -x BUN_INSTALL "$HOME/.bun" +set -x PATH "$BUN_INSTALL/bin" $PATH + # Rust set -x PATH $PATH $HOME/.cargo/bin set -x PATH $PATH $HOME/.local/share/../bin