]> ToastFreeware Gitweb - gregoa/movein.git/blobdiff - movein
Pass some variables to the login shell.
[gregoa/movein.git] / movein
diff --git a/movein b/movein
index ea98b73caef5ea50511eeccb99ab8d138adc1d74..f6d54edc8c16d8ad3c0417aee80492266fd7a887 100755 (executable)
--- a/movein
+++ b/movein
@@ -130,7 +130,7 @@ login() {
     export GIT_DIR="$LOCAL_REPOS/${1}.git"
     export GIT_WORK_TREE="$GIT_DIR/$(git config --get core.worktree)"
 
-    $SHELL -i || :
+    GIT_PS1_SHOWUNTRACKEDFILES= PSMOVEIN="movein:${1}" $SHELL -i || :
 }
 
 add() {