feat: add pub-cache binary path to .bashrc for improved Flutter tool access
This commit is contained in:
parent
b2c3b97048
commit
dde899d04d
1
.bashrc
1
.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
|
||||
|
Loading…
x
Reference in New Issue
Block a user