mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-10 23:41:27 +00:00
12 lines
320 B
Bash
12 lines
320 B
Bash
source /etc/mixbox/bin/base
|
|
appname="tools"
|
|
uciname="profile"
|
|
profilepath="${mbroot}/bin${profilepath}:$PATH"
|
|
[ -z "${LD_LIBRARY_PATH}" ] && libpath="/usr/lib:/lib${libpath}" || libpath="${LD_LIBRARY_PATH}${libpath}"
|
|
|
|
export PATH="${profilepath}"
|
|
export LD_LIBRARY_PATH="${libpath}"
|
|
export TERM=xterm
|
|
|
|
alias ll="ls -l"
|