From: Jannik ZANDER Date: Sat, 30 Jun 2018 11:53:10 +0000 (+0200) Subject: Cd to home X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=2538776a47ff3223f11de8dfcd81f7e23548f9df;p=dotfiles.git Cd to home --- diff --git a/.bashrc b/.bashrc index 22bae75..c23823d 100644 --- 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}"