commit cbf09696f7e0b9a85f8a41b8dd78f1f6d68b00da
parent c39a77d73e68e2718351a8265a6317468e480f40
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date: Thu, 2 Jun 2016 13:47:55 -0700
add alias for opening DDG hidden service in w3m
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.zshrc b/.zshrc
@@ -55,6 +55,7 @@ function cgrep() { egrep --color -i "$@|$"; }
function fname() { find . -iname "*$@*"; }
function sayfile() { festival --tts $@; }
function tnew { tmux new-session -As `basename $PWD` }
+function w3mtor { torify w3m http://3g2upl4pq6kufc4m.onion/html/ }
# Start tmux on shell login
#[[ -z "$TMUX" ]] && exec tmux