mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat: add Dotbot
This commit is contained in:
9
bash_profile
Normal file
9
bash_profile
Normal file
@@ -0,0 +1,9 @@
|
||||
# Include .profile if it exists
|
||||
if [[ -f ~/.profile ]]; then
|
||||
source ~/.profile
|
||||
fi
|
||||
|
||||
# Include .bashrc if it exists
|
||||
if [[ -f ~/.bashrc ]]; then
|
||||
source ~/.bashrc
|
||||
fi
|
||||
Reference in New Issue
Block a user