diff options
Diffstat (limited to '~lukeshu/bash/dot.bash_profile')
-rw-r--r-- | ~lukeshu/bash/dot.bash_profile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/~lukeshu/bash/dot.bash_profile b/~lukeshu/bash/dot.bash_profile new file mode 100644 index 000000000..5545f007e --- /dev/null +++ b/~lukeshu/bash/dot.bash_profile @@ -0,0 +1,5 @@ +# +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && . ~/.bashrc |