diff options
| author | Alec Goncharow <Alec.Goncharow@gmail.com> | 2018-07-31 18:51:47 -0400 |
|---|---|---|
| committer | Alec Goncharow <Alec.Goncharow@gmail.com> | 2018-07-31 18:51:47 -0400 |
| commit | 680ba5c36c98d8a1698b3e7717eb55972c7d9f1e (patch) | |
| tree | 0e0a45d6e64b9bbd906f3011b3dcfde80b8819c0 /.bash_profile | |
initial commit
Diffstat (limited to '.bash_profile')
| -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 |
