summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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