nutools/bashrc

13 lines
383 B
Bash
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
[ -f ~/.nutoolsrc ] && . ~/.nutoolsrc
2013-08-27 15:14:44 +04:00
function uprovide() { :; }
2014-07-07 22:06:38 +04:00
source @@dest@@/lib/ulib/uenv || return
if [ -n "$UTOOLS_LOCAL_PROFILES" ]; then
__uenv_source_dirs @@dest@@/bashrc.d "$HOME/etc/bashrc.${HOSTNAME%%.*}.d"
else
__uenv_source_dirs @@dest@@/bashrc.d "$HOME/etc/bashrc.d"
fi
2013-08-27 15:14:44 +04:00
__uenv_cleanup