From ce98e8d9ad71f916ebbeb675c288785de85a18f9 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Mon, 11 Apr 2022 13:30:44 -0700 Subject: [PATCH] removed rg alias in favor of using ripgrep --- bashrc.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/bashrc.txt b/bashrc.txt index 8204b88c..740e12f8 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -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"