mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-15 09:51:32 +00:00
2018-12-31
This commit is contained in:
11
apps/mixbox/config/profile
Normal file
11
apps/mixbox/config/profile
Normal file
@@ -0,0 +1,11 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user