added tor based aliases
This commit is contained in:
parent
565f3b6691
commit
a72c796d4d
1 changed files with 8 additions and 3 deletions
11
bashrc.txt
11
bashrc.txt
|
|
@ -10,7 +10,11 @@ export cproj="/home/brian/Documents/Code/web_tutorials/socket_io"
|
||||||
#export BROWSER=firefox-developer-edition
|
#export BROWSER=firefox-developer-edition
|
||||||
export BROWSER=links
|
export BROWSER=links
|
||||||
|
|
||||||
#enable vi keybindings in terminal and terminal applications
|
http_proxy=http://127.0.0.1:8118/
|
||||||
|
HTTP_PROXY=$http_proxy
|
||||||
|
export http_proxy HTTP_PROXY
|
||||||
|
|
||||||
|
#enable vi keybindings in terminal and terminal applications
|
||||||
set -o vi
|
set -o vi
|
||||||
|
|
||||||
# but keep ctrl l as the clear screen command bind -m vi-command 'Control-l: clear-screen'
|
# but keep ctrl l as the clear screen command bind -m vi-command 'Control-l: clear-screen'
|
||||||
|
|
@ -228,9 +232,10 @@ alias exifrm="exiftool -all="
|
||||||
alias {html,html_pp}="hxnormalize -e"
|
alias {html,html_pp}="hxnormalize -e"
|
||||||
alias {mop,market,stonks,stocks}="cd ~/aur_packages/mop && go run ./cmd/mop/main.go && cd"
|
alias {mop,market,stonks,stocks}="cd ~/aur_packages/mop && go run ./cmd/mop/main.go && cd"
|
||||||
alias {trans,translate}="gtktranslate"
|
alias {trans,translate}="gtktranslate"
|
||||||
alias ddgr="ddgr -n 25"
|
alias ddgr="ddgr -n 25 --unsafe --proxy 127.0.0.1:8118"
|
||||||
alias {ddg,duck}="links https://www.duckduckgo.com"
|
alias {ddg,duck}="links https://www.duckduckgo.com"
|
||||||
alias searx="links https://www.searx.bar"
|
alias torch="links xmh57jrknzkhv6y3ls3ubitzfqnkrwxhopf5aygthi7d6rplyvk3noyd.onion/cgi-bin/omega/omega"
|
||||||
|
alias hwiki="links http://zqktlwiuavvvqqt4ybvgvi7tyo4hjl5xgfuvpdf6otjiycgwqbym2qad.onion/wiki/"
|
||||||
alias mpl="mplayer -fs"
|
alias mpl="mplayer -fs"
|
||||||
alias {mloop,mploop}="mplayer -fs -loop 0"
|
alias {mloop,mploop}="mplayer -fs -loop 0"
|
||||||
alias {muse,musik,cmu}="cmus"
|
alias {muse,musik,cmu}="cmus"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue