feat: remove unused aliases.

This commit is contained in:
Gea-Suan Lin
2026-01-05 15:57:25 +08:00
parent 62740fc09c
commit c14ab125e8
2 changed files with 0 additions and 2 deletions

1
.zshrc
View File

@@ -11,7 +11,6 @@ alias "cls=clear"
alias "cutl=cut -c -$(tput cols)"
alias "d=ls -l"
alias "dir=ls -l"
alias "f=finger"
alias "g=grep --color=auto"
alias "gph=git push -v --follow-tags"
alias "gpl=git pull -v --all --autostash --rebase --recurse-submodules"