summaryrefslogtreecommitdiff
path: root/bash/.bash_profile
diff options
context:
space:
mode:
authorMaciej Sobkowski <maciej.sobkowski@nokia.com>2015-07-02 13:52:25 +0200
committerMaciej Sobkowski <maciej.sobkowski@nokia.com>2015-07-02 13:52:25 +0200
commit0d9fcf8df448db25e8b805b9812f44314ea89936 (patch)
treeb7392df7b20d18e4305322644dc4e03edab83ed4 /bash/.bash_profile
parent4d87c1d86db2518cc561a008e6315a0897e70ea6 (diff)
Added Bash configuration
Diffstat (limited to 'bash/.bash_profile')
-rw-r--r--bash/.bash_profile6
1 files changed, 6 insertions, 0 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile
new file mode 100644
index 0000000..b45e64f
--- /dev/null
+++ b/bash/.bash_profile
@@ -0,0 +1,6 @@
+# .bash_profile
+
+# Get the aliases and functions
+if [ -f ~/.bashrc ]; then
+ . ~/.bashrc
+fi