dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit cf093ecbc56c14162ca3ba7d9b68dd39ac8be7a0
parent cbf09696f7e0b9a85f8a41b8dd78f1f6d68b00da
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Fri,  3 Jun 2016 09:41:46 -0700

go to full duckduckgo page

Diffstat:
M.zshrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.zshrc b/.zshrc @@ -55,7 +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/ } +function w3mtor { torify w3m http://3g2upl4pq6kufc4m.onion/ } # Start tmux on shell login #[[ -z "$TMUX" ]] && exec tmux