aboutsummaryrefslogtreecommitdiff
path: root/home/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to 'home/.bash_profile')
-rw-r--r--home/.bash_profile8
1 files changed, 8 insertions, 0 deletions
diff --git a/home/.bash_profile b/home/.bash_profile
new file mode 100644
index 0000000..c2a4763
--- /dev/null
+++ b/home/.bash_profile
@@ -0,0 +1,8 @@
1#!/usr/local/bin/bash
2# ~/.bash_profile
3# AUTHOR: tgwil
4
5# If .bashrc exists, use it
6if [[ $- == *i* && -f ~/.bashrc ]]; then
7 . ~/.bashrc
8fi