diff --git a/.bashrc b/.bashrc
index bf9ec43d5e934712771d157f108667730b436bae..dd43ea55112104677b59735f6a1f408048e539a1 100644
--- a/.bashrc
+++ b/.bashrc
@@ -255,7 +255,7 @@ new_experiment () {
         git clone git@git.shore.co.il:nimrod/experiments.git "$repo"
     fi
     # shellcheck disable=SC2164
-    cd "$HOME/Repositories/Shore/experiments"
+    cd "$repo"
     git checkout master
     git checkout -b "$name/master"
 }