From 0fb702ff2aef059e0712d1f68575a8dbaa71be76 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Thu, 28 Oct 2021 19:04:23 +0200 Subject: [PATCH] Fix command name --- dotfiles/shell/aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/shell/aliases b/dotfiles/shell/aliases index cff8da6..038a8f1 100644 --- a/dotfiles/shell/aliases +++ b/dotfiles/shell/aliases @@ -144,7 +144,7 @@ hello() { read -r answer case "$answer" in y) - pull-from-repos + git-pull-from-repos ;; *) echo "Not pulling from git repos."