summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc/main.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bashrc/main.sh b/bashrc/main.sh
index 24f30f9..3aa8722 100644
--- a/bashrc/main.sh
+++ b/bashrc/main.sh
@@ -9,6 +9,9 @@
declare -r _DOTFILES_DIR="${HOME}/.dotfiles"
declare -r _BASHRC_DIR="${_DOTFILES_DIR}/bashrc"
+# start in home dir
+cd "${HOME}"
+
# self update magic
_self_update() {
pushd ${_DOTFILES_DIR} &>/dev/null