1
0
Fork 0
.dotfiles/.bash_profile
2024-06-16 13:23:28 +01:00

11 lines
205 B
Bash

# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
if [ -f $HOME/.cargo/env ]; then
. "$HOME/.cargo/env"
fi