summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2009-05-05 01:56:30 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2009-05-05 01:56:30 +0200
commitd788b2550cae6f74c427896f265fb7dcf9d58cee (patch)
tree9506303c9986b6b6500234e7d3eb53419e4b9e09 /bashrc
parent260f4d339dd097fd0a549372b8dc101a483c357d (diff)
downloaddotfiles-d788b2550cae6f74c427896f265fb7dcf9d58cee.tar.gz
dotfiles-d788b2550cae6f74c427896f265fb7dcf9d58cee.tar.xz
dotfiles-d788b2550cae6f74c427896f265fb7dcf9d58cee.zip
change directroy to home
added cd to homedir at start
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