mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-29 03:23:45 +00:00
10 lines
194 B
Bash
10 lines
194 B
Bash
# .bash_profile
|
|
|
|
# Get the aliases and functions
|
|
if [ -f ~/.bashrc ]; then
|
|
. ~/.bashrc
|
|
fi
|
|
|
|
# User specific environment and startup programs
|
|
|
|
PATH="$PATH:$HOME/.cargo/bin:$HOME/.npm-global/bin"
|