diff --git a/home/apps/shell.nix b/home/apps/shell.nix
index e543d000649e4a2c266187f72a40663b0511e889..12ffebdcc37a10ca7b1cac2d40d78b00154865c3 100644
--- a/home/apps/shell.nix
+++ b/home/apps/shell.nix
@@ -91,7 +91,7 @@ shell applications
     aliases = {
       yeet = "push --force-with-lease";
       yoink = "pull --rebase";  # I use ff-only rebase by default
-      reyoink = "reset --hard @{upstream}";  # resets current branch to upstream state, see https://stackoverflow.com/a/28441119 and https://git-scm.com/docs/gitrevisions#Documentation/gitrevisions.txt-emltbranchnamegtupstreamemegemmasterupstreamememuem
+      overyoink = "reset --hard @{upstream}";  # resets current branch to upstream state, see https://stackoverflow.com/a/28441119 and https://git-scm.com/docs/gitrevisions#Documentation/gitrevisions.txt-emltbranchnamegtupstreamemegemmasterupstreamememuem
       slurp = "fetch --all";
       undo = "reset HEAD~1";
       last = "log -1 HEAD";