.bash_profile
Signed-off-by: zhao <zj18139624826@gmail.com>
This commit is contained in:
parent
f4a6349fc4
commit
9d520c43c1
12
root/.bash_profile
Normal file
12
root/.bash_profile
Normal 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
|
Loading…
Reference in New Issue
Block a user