fix: export PATH before pfetch execution

This commit is contained in:
Peter 2023-06-16 11:47:59 +00:00
parent 197a27ad83
commit c035dc6741

View file

@ -1,8 +1,8 @@
pfetch
# scripts from ~/bin
export PATH=$PATH:$HOME/.local/bin
pfetch
# Cargo env
if [ -d $HOME/.cargo/bin ]; then
export PATH=$PATH:$HOME/.cargo/bin