files/root/.bash_profile
zhao 9d520c43c1 .bash_profile
Signed-off-by: zhao <zj18139624826@gmail.com>
2024-12-23 23:46:51 +08:00

12 lines
175 B
Bash

# .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