override moon with french language

This commit is contained in:
Morgan Wattiez 2019-08-17 15:40:32 +02:00
parent b779f32c74
commit 75989f4a6d

View File

@ -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'