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

@ -95,3 +95,9 @@ This will provide you with the needed uri to name the printer:
lpadmin -p Brother
lpadmin -p Brother -E -v socket://10.0.0.251
Install ripdrag:
cargo install ripdrag
your zshrc has ~/.cargo/bin added to the $PATH variable to use ripdrag

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'