diff --git a/.bashrc b/.bashrc index 449cf6d..1019f0d 100644 --- a/.bashrc +++ b/.bashrc @@ -11,7 +11,6 @@ alias cls="clear" alias cutl="cut -c -\$(tput cols)" alias d="dir" 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" diff --git a/.zshrc b/.zshrc index 3f8be03..84e9c08 100644 --- a/.zshrc +++ b/.zshrc @@ -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"