更新 root/.bashrc
Signed-off-by: zhao <zj18139624826@gmail.com>
This commit is contained in:
parent
9d520c43c1
commit
13cab4e1a2
@ -15,4 +15,9 @@ alias ll='ls $LS_OPTIONS -l'
|
|||||||
# Source global definitions
|
# Source global definitions
|
||||||
if [ -f /etc/bashrc ]; then
|
if [ -f /etc/bashrc ]; then
|
||||||
. /etc/bashrc
|
. /etc/bashrc
|
||||||
|
fi
|
||||||
|
|
||||||
|
autoload -U compinit && compinit
|
||||||
|
if [ -x /bin/ZeroWrt ]; then
|
||||||
|
/bin/ZeroWrt
|
||||||
fi
|
fi
|
Loading…
Reference in New Issue
Block a user