8 lines
127 B
Bash
8 lines
127 B
Bash
#
|
|
# ~/.bash_profile
|
|
#
|
|
|
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
|
|
|
source /home/ray/.config/broot/launcher/bash/br
|
|
. "$HOME/.cargo/env"
|