Auto Update

This commit is contained in:
matt1432 2023-02-26 01:49:25 -05:00
parent a2d044490d
commit a4522f92b0

View file

@ -59,3 +59,6 @@ fi
if [ -d ~/.client ]; then
for f in ~/.client/.*; do if [[ -f $f ]]; then source $f ; fi; done
fi
# source: https://stackoverflow.com/a/44232192
PATH="$(perl -e 'print join(":", grep { not $seen{$_}++ } split(/:/, $ENV{PATH}))')"