aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/bashrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 32943eb6..1d8b392c 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -228,9 +228,9 @@ function prompt {
esac
}
-# Start with full-fledged prompt.
-prompt on
-
# Run local file if it exists.
[[ -e "${HOME}/.bashrc.local" ]] && source "${HOME}/.bashrc.local"
+# Start with full-fledged prompt.
+prompt on
+