mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
5 lines
161 B
Bash
5 lines
161 B
Bash
# [[file:Console.org::*=.bash_profile=][=.bash_profile=:1]]
|
|
[[ -f ~/.profile ]] && . ~/.profile
|
|
|
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
|
# =.bash_profile=:1 ends here
|