nutools/lib/profile.d/bin_in_path.shared

7 lines
188 B
Plaintext
Raw Permalink Normal View History

2013-08-27 15:14:44 +04:00
# -*- 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