Auto Update
This commit is contained in:
parent
a2d044490d
commit
a4522f92b0
1 changed files with 3 additions and 0 deletions
|
@ -59,3 +59,6 @@ fi
|
||||||
if [ -d ~/.client ]; then
|
if [ -d ~/.client ]; then
|
||||||
for f in ~/.client/.*; do if [[ -f $f ]]; then source $f ; fi; done
|
for f in ~/.client/.*; do if [[ -f $f ]]; then source $f ; fi; done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# source: https://stackoverflow.com/a/44232192
|
||||||
|
PATH="$(perl -e 'print join(":", grep { not $seen{$_}++ } split(/:/, $ENV{PATH}))')"
|
||||||
|
|
Loading…
Reference in a new issue