添加 root/.bash_profile
Signed-off-by: zhao <zj18139624826@gmail.com>
This commit is contained in:
parent
15035fdc64
commit
9c60f656bc
17
root/.bash_profile
Normal file
17
root/.bash_profile
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# .bash_profile
|
||||||
|
|
||||||
|
# Get the aliases and functions
|
||||||
|
if [ -f ~/.bashrc ]; then
|
||||||
|
. ~/.bashrc
|
||||||
|
fi
|
||||||
|
|
||||||
|
# User specific environment and startup programs
|
||||||
|
|
||||||
|
PATH=$PATH:$HOME/bin
|
||||||
|
|
||||||
|
export PATH
|
||||||
|
|
||||||
|
# Automatically execute ZeroWrt every time you connect to ssh
|
||||||
|
if [ -x /bin/ZeroWrt ]; then
|
||||||
|
/bin/ZeroWrt
|
||||||
|
fi
|
Loading…
x
Reference in New Issue
Block a user