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