diff --git a/lib/shared/modules/zsh.nix b/lib/shared/modules/zsh.nix
index 48884753..9a96c575 100644
--- a/lib/shared/modules/zsh.nix
+++ b/lib/shared/modules/zsh.nix
@@ -51,8 +51,8 @@
         ${pkgs.coreutils}/bin/mkdir -p "''${user_path}"
         pushd "''${user_path}"
 
-        echo ${pkgs.git}/bin/git bare-clone "''${repo_url}" "''${repo_name}"
-        ${pkgs.git}/bin/git bare-clone "''${repo_url}" "''${repo_name}"
+        echo ${pkgs.git}/bin/git clone "''${repo_url}" "''${repo_name}"
+        ${pkgs.git}/bin/git clone "''${repo_url}" "''${repo_name}"
 
         popd
         t "''${repo_path}"