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."