From dde899d04d9a84aba60a51614c5c8b7131372f5e Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Fri, 21 Mar 2025 17:52:14 +0100 Subject: [PATCH] feat: add pub-cache binary path to .bashrc for improved Flutter tool access --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index dfd35d9..819cada 100644 --- a/.bashrc +++ b/.bashrc @@ -77,6 +77,7 @@ export PATH=$PATH:$DOTFILES_PATH/bin # In case $HOME/.flutter/flutter/bin is found, we can add it to the PATH if [ -d "$HOME/.flutter/flutter/bin" ]; then export PATH=$PATH:$HOME/.flutter/flutter/bin + export PATH="$PATH":"$HOME/.pub-cache/bin" fi # Add flatpak to XDG_DATA_DIRS