diff options
author | xengineering <me@xengineering.eu> | 2021-09-29 07:41:55 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2021-09-29 07:41:55 +0200 |
commit | 10a0c14da6260fed075bea8fb7a4cd837386b8bb (patch) | |
tree | 544843faa0714e3a775c298536b5871cc0cfd403 | |
parent | a673b188f1a227d5047dc6b59a3a438b562cb8ad (diff) | |
download | dotfiles-10a0c14da6260fed075bea8fb7a4cd837386b8bb.tar dotfiles-10a0c14da6260fed075bea8fb7a4cd837386b8bb.tar.zst dotfiles-10a0c14da6260fed075bea8fb7a4cd837386b8bb.zip |
Add ~/.bash_profile to Repository
-rw-r--r-- | .bash_profile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..5545f00 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,5 @@ +# +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && . ~/.bashrc |