refactor(git)!: Remove deprecated git pull --rebase aliases

This commit is contained in:
Arvin Verain 2025-06-02 00:50:48 +08:00
commit c177f9dcdf
No known key found for this signature in database
GPG key ID: EC2BB2E0EC3CE2FA
2 changed files with 0 additions and 13 deletions

View file

@ -430,13 +430,6 @@ unset git_version
# Logic for adding warnings on deprecated aliases
local old_alias new_alias
for old_alias new_alias (
# TODO(2023-10-19): remove deprecated `git pull --rebase` aliases
gup gpr
gupv gprv
gupa gpra
gupav gprav
gupom gprom
gupomi gpromi
); do
aliases[$old_alias]="
print -Pu2 \"%F{yellow}[oh-my-zsh] '%F{red}${old_alias}%F{yellow}' is a deprecated alias, using '%F{green}${new_alias}%F{yellow}' instead.%f\"