7 lines
188 B
Plaintext
7 lines
188 B
Plaintext
|
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
|
||
|
|
||
|
if [ -n "$UTOOLS_ADD_BIN_IN_PATH" -a "$HOME" != "/" ]; then
|
||
|
mkdir -p "$HOME/bin"
|
||
|
__uaddpath "$HOME/bin"
|
||
|
fi
|