diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2018-03-11 23:37:12 -0400 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2018-03-11 23:37:12 -0400 |
commit | c59acdaf21d22d4afd25faf9f6fb562864de0946 (patch) | |
tree | be7eb359aa58bf19f992af45f7f27248b423d7b5 | |
parent | 06416b923f16b060aa4d68c5178fb9a823b291d5 (diff) |
Adds .bash_profile
-rw-r--r-- | bash/.bash_profile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile new file mode 100644 index 0000000..6d8c25b --- /dev/null +++ b/bash/.bash_profile @@ -0,0 +1,4 @@ +# .bash_profile + +# Get the aliases and functions +[ -f $HOME/.bashrc ] && . $HOME/.bashrc |