feat: remove unused aliases.
This commit is contained in:
1
.bashrc
1
.bashrc
@@ -11,7 +11,6 @@ alias cls="clear"
|
|||||||
alias cutl="cut -c -\$(tput cols)"
|
alias cutl="cut -c -\$(tput cols)"
|
||||||
alias d="dir"
|
alias d="dir"
|
||||||
alias dir="ls -l"
|
alias dir="ls -l"
|
||||||
alias f="finger"
|
|
||||||
alias g="grep --color=auto"
|
alias g="grep --color=auto"
|
||||||
alias gph="git push -v --follow-tags"
|
alias gph="git push -v --follow-tags"
|
||||||
alias gpl="git pull -v --all --autostash --rebase --recurse-submodules"
|
alias gpl="git pull -v --all --autostash --rebase --recurse-submodules"
|
||||||
|
|||||||
1
.zshrc
1
.zshrc
@@ -11,7 +11,6 @@ alias "cls=clear"
|
|||||||
alias "cutl=cut -c -$(tput cols)"
|
alias "cutl=cut -c -$(tput cols)"
|
||||||
alias "d=ls -l"
|
alias "d=ls -l"
|
||||||
alias "dir=ls -l"
|
alias "dir=ls -l"
|
||||||
alias "f=finger"
|
|
||||||
alias "g=grep --color=auto"
|
alias "g=grep --color=auto"
|
||||||
alias "gph=git push -v --follow-tags"
|
alias "gph=git push -v --follow-tags"
|
||||||
alias "gpl=git pull -v --all --autostash --rebase --recurse-submodules"
|
alias "gpl=git pull -v --all --autostash --rebase --recurse-submodules"
|
||||||
|
|||||||
Reference in New Issue
Block a user