.bash_profile

Signed-off-by: zhao <zj18139624826@gmail.com>
This commit is contained in:
zhao 2024-12-23 23:46:51 +08:00
parent f4a6349fc4
commit 9d520c43c1

12
root/.bash_profile Normal file
View File

@ -0,0 +1,12 @@
# .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