📝 Added further alias for ripdrag

This commit is contained in:
z3rOR0ne 2022-09-20 16:03:51 -07:00
parent 89835a065f
commit e9fe734dbe

View file

@ -2,7 +2,7 @@
alias .="cd && ls"
alias more="less"
alias {rg,grep}="rg -i --colors 'match:fg:blue' --colors 'line:fg:blue' -N"
alias rdrag="ripdrag"
alias {drag,rdrag}="ripdrag"
alias lf="ranger"
alias ogrep='grep --colour=auto'
alias egrep='egrep --colour=auto'