Installed ripdrag

This commit is contained in:
z3rOR0ne 2022-09-20 11:33:28 -07:00
parent 80018f7d1a
commit cf51e9784f
2 changed files with 7 additions and 1 deletions

View file

@ -52,7 +52,7 @@ echo '' | xclip && xclip -selection clipboard /dev/null && history -p && hash -r
# Configure thefuck
eval "$(thefuck --alias)"
# Change with care:
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"
# Configure grep output colors
export GREP_COLORS='ms=01;34'