summaryrefslogtreecommitdiff
path: root/dot_bash_profile
diff options
context:
space:
mode:
Diffstat (limited to 'dot_bash_profile')
-rw-r--r--dot_bash_profile6
1 files changed, 6 insertions, 0 deletions
diff --git a/dot_bash_profile b/dot_bash_profile
new file mode 100644
index 0000000..6f08613
--- /dev/null
+++ b/dot_bash_profile
@@ -0,0 +1,6 @@
1# .bash_profile
2
3[ -f $HOME/.profile ] && . $HOME/.profile
4
5# Get the aliases and functions
6[ -f $HOME/.bashrc ] && . $HOME/.bashrc