bash/bash_profile

9 lines
127 B
Bash
Raw Normal View History

2022-03-12 17:13:43 +00:00
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
source /home/ray/.config/broot/launcher/bash/br
2022-08-19 13:35:40 +00:00
. "$HOME/.cargo/env"