diff --git a/updates.txt b/updates.txt index cba72941..c8f3a870 100644 --- a/updates.txt +++ b/updates.txt @@ -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 diff --git a/zshrc.txt b/zshrc.txt index 1f5cee76..d5bfcbfc 100644 --- a/zshrc.txt +++ b/zshrc.txt @@ -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'