From 739ab149c55029adca0de88ecb4dc00c7d9ecf95 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Tue, 11 Feb 2025 18:04:01 +0100 Subject: [PATCH] Local binaries, like uv --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 592ce91..51892dc 100644 --- a/.bashrc +++ b/.bashrc @@ -220,3 +220,5 @@ export QT_AUTO_SCREEN_SCALE_FACTOR=1 [ -f ~/.fzf.bash ] && source ~/.fzf.bash [ -f ~/.cargo/env ] && . "$HOME/.cargo/env" + +[ -f ~/.local/bin/env ] && . "$HOME/.local/bin/env"