feat: add pub-cache binary path to .bashrc for improved Flutter tool access
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 16s
Nix Format Check / check-format (push) Successful in 58s
Python Lint Check / check-python (push) Failing after 12s

This commit is contained in:
Menno van Leeuwen 2025-03-21 17:52:14 +01:00
parent b2c3b97048
commit dde899d04d
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -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 # In case $HOME/.flutter/flutter/bin is found, we can add it to the PATH
if [ -d "$HOME/.flutter/flutter/bin" ]; then if [ -d "$HOME/.flutter/flutter/bin" ]; then
export PATH=$PATH:$HOME/.flutter/flutter/bin export PATH=$PATH:$HOME/.flutter/flutter/bin
export PATH="$PATH":"$HOME/.pub-cache/bin"
fi fi
# Add flatpak to XDG_DATA_DIRS # Add flatpak to XDG_DATA_DIRS