mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 15:36:11 +01:00
8 lines
79 B
Bash
8 lines
79 B
Bash
#
|
|
# ~/.bash_profile
|
|
#
|
|
|
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
|
|
|
. "$HOME/.cargo/env"
|