summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2018-01-06 19:53:57 +0100
committerRichard Braun <rbraun@sceen.net>2018-01-06 19:53:57 +0100
commit50e8f6d41a3b20d39a63149447944bae08516d42 (patch)
tree3fbf4f7c015371e970d5270cb9d45042125657c9
parent6e28ce76054dea8a34e872012e91f88afc6cdfaa (diff)
Update bash profile
-rw-r--r--bash/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/profile b/bash/profile
index c9db459..757ba0a 100644
--- a/bash/profile
+++ b/bash/profile
@@ -12,7 +12,7 @@
if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists
if [ -f "$HOME/.bashrc" ]; then
- . "$HOME/.bashrc"
+ . "$HOME/.bashrc"
fi
fi