From 75989f4a6d6dc1569535226cf958f02a75b375a1 Mon Sep 17 00:00:00 2001 From: Morgan Wattiez Date: Sat, 17 Aug 2019 15:40:32 +0200 Subject: [PATCH] override moon with french language --- dot_zsh_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_zsh_aliases b/dot_zsh_aliases index 9420a63..b50b9c5 100644 --- a/dot_zsh_aliases +++ b/dot_zsh_aliases @@ -93,7 +93,7 @@ alias current_year='`echo date +"%Y"`' alias learnmore="apropos . | sort --random-sort | awk 'NR == 1 {print$1}' | cut -d'(' -f 1 | xargs man" alias biggerthan10='biggerthan 10M' alias latency='curl cheat.sh/latency' -alias moon='curl wttr.in/Moon' +alias moon='curl "wttr.in/Moon?lang=fr"' alias lune='moon' alias help='tldr'