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 ce0a19ff2a11d5760a64e3b425c76010dd52ad63
parent 5683fe8347fafae8fa785a99663576619df98c63
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Wed, 28 Sep 2016 09:55:35 -0700

fix shell argument error

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

diff --git a/.zshrc b/.zshrc @@ -57,7 +57,7 @@ function sayfile() { festival --tts $@; } function tnew { tmux new-session -As `basename $PWD` } function w3mtor { torify w3m http://3g2upl4pq6kufc4m.onion/ } #function weather { curl wttr.in/SanDiego; } -function weather { curl wttr.in/?m; } +function weather { curl 'wttr.in/?m'; } # Start tmux on shell login #[[ -z "$TMUX" ]] && exec tmux