diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2009-05-05 01:56:30 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2009-05-05 01:56:30 +0200 |
commit | d788b2550cae6f74c427896f265fb7dcf9d58cee (patch) | |
tree | 9506303c9986b6b6500234e7d3eb53419e4b9e09 /bashrc/main.sh | |
parent | 260f4d339dd097fd0a549372b8dc101a483c357d (diff) | |
download | dotfiles-d788b2550cae6f74c427896f265fb7dcf9d58cee.tar.gz dotfiles-d788b2550cae6f74c427896f265fb7dcf9d58cee.tar.xz dotfiles-d788b2550cae6f74c427896f265fb7dcf9d58cee.zip |
change directroy to home
added cd to homedir at start
Diffstat (limited to 'bashrc/main.sh')
-rw-r--r-- | bashrc/main.sh | 3 |
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 |