This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
.dotfiles/.bash_profile

7 lines
78 B
Bash
Raw Normal View History

2023-10-19 16:44:49 -03:00
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
2023-12-30 05:59:57 -03:00
. "$HOME/.cargo/env"