1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00
dotfiles/.bash_profile

11 lines
172 B
Bash
Raw Normal View History

2022-03-22 19:21:40 +00:00
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
2022-06-16 20:20:35 +00:00
PATH="$PATH:$HOME/.cargo/bin"