This repository has been archived on 2024-05-07. You can view files and clone it, but cannot push or open issues or pull requests.
xmuhpc-dotfiles/wlin/.bash_profile
2024-04-23 18:40:02 +08:00

13 lines
176 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