]> git.zndr.dk Git - dotfiles.git/commitdiff
Cd to home
authorJannik ZANDER <jzander@grundfos.com>
Sat, 30 Jun 2018 11:53:10 +0000 (13:53 +0200)
committerJannik ZANDER <jzander@grundfos.com>
Sat, 30 Jun 2018 11:53:10 +0000 (13:53 +0200)
.bashrc

diff --git a/.bashrc b/.bashrc
index 22bae7518efb6f74e1ccf0a2389b2cb881e14211..c23823de095ea4414d55c91ca376ed9e5cf65884 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -9,6 +9,7 @@ if [[ -z "$MSYS2_PS1" ]]; then
 else
   PS1='\[\033]0;$TITLEPREFIX:$PWD\007\]'    # windows
 
+  cd ~
   GIT_EXEC_PATH="$(git --exec-path 2>/dev/null)"
   COMPLETION_PATH="${GIT_EXEC_PATH%/libexec/git-core}"
   COMPLETION_PATH="${COMPLETION_PATH%/lib/git-core}"