✨ Installed ripdrag
This commit is contained in:
parent
80018f7d1a
commit
cf51e9784f
2 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue