This commit is contained in:
2024-04-23 18:40:02 +08:00
commit 969b89e49d
5 changed files with 240 additions and 0 deletions

12
wlin/.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