9 lines
161 B
Bash
9 lines
161 B
Bash
#
|
|
# ~/.bash_profile
|
|
#
|
|
|
|
[[ -f ~/.config/shell/profile ]] && . ~/.config/shell/profile
|
|
|
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
|
. "/home/solomon/.local/share/cargo/env"
|