myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

commit 8492a0a39abbec1f41d957cdf64bf3424ae8c9e3
parent bc7013f38f151c5a3ad1bba7980fffed76f8e748
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Wed, 24 Feb 2016 18:31:34 +0100

wttr

Diffstat:
zsh/alias | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/zsh/alias b/zsh/alias @@ -64,3 +64,4 @@ alias youtubedl='youtube-dl --restrict-filenames' alias nmcli="nmcli -p" +alias wttr="curl -s 'http://wttr.in/Montrouge' | head -n-2 | sed 1d"