Installed ripdrag

This commit is contained in:
z3rOR0ne 2022-09-20 11:44:58 -07:00
parent 548d2b57a3
commit 89835a065f
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +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 lf="ranger"
alias ogrep='grep --colour=auto'
alias egrep='egrep --colour=auto'