From 89835a065f30a4e7bd62e24cfc675a7580c57f8c Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Tue, 20 Sep 2022 11:44:58 -0700 Subject: [PATCH] :sparkles: Installed ripdrag --- aliases | 1 + bashrc.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/aliases b/aliases index 8b16d18b..94220399 100644 --- a/aliases +++ b/aliases @@ -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' diff --git a/bashrc.txt b/bashrc.txt index 6cea4fc2..4d0c8275 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -183,7 +183,7 @@ export PS1='\[\033[01;34m\][\u@\h\[\033[01;37m\] \W\[\033[01;34m\]]\$\033[01;34m # Configure thefuck eval "$(thefuck --alias)" -export PATH="$PATH:$GOPATH/bin:/home/brian/scripts:/home/brian/.local/bin:/home/brian/.local/share/nvim/lsp_servers" +export PATH="$PATH:$GOPATH/bin:/home/brian/scripts:/home/brian/.local/bin:/home/brian/.local/share/nvim/lsp_servers:/home/brian/.cargo/bin" export GREP_COLORS='ms=01;34' # icons-in-terminal