添加 root/.bash_profile

Signed-off-by: zhao <zj18139624826@gmail.com>
This commit is contained in:
zhao 2025-05-29 01:28:30 +08:00
parent 15035fdc64
commit 9c60f656bc

17
root/.bash_profile Normal file
View 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