removed rg alias in favor of using ripgrep

This commit is contained in:
tomit4 2022-04-11 13:30:44 -07:00
parent b1ceaad578
commit ce98e8d9ad

View file

@ -273,7 +273,6 @@ alias git-l="git log"
alias git-s="git stash"
alias {lsc,lscommits}="tig"
alias lxapp="lxappearance"
alias rg="ranger"
alias hd="ncdu"
alias xsel="xclip -sel clip"
alias catx="cat | xclip -sel clip"