From ee9ba73126d0bcee6dba717dffdf405f062e2fc8 Mon Sep 17 00:00:00 2001 From: Siina Mashek Date: Wed, 13 Jan 2021 04:46:22 +0200 Subject: [PATCH] update bashrc --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 2f09755..a023f76 100644 --- a/bashrc +++ b/bashrc @@ -17,4 +17,4 @@ export TERM=xterm-color # Fixes ssh since I use alacritty and it sets the TERM export VIMINIT="source $HOME/.config/vim/vimrc" alias ls="ls --color=auto" -alias weather='curl wttr.in/?format="%l:+%C,+%t+(feels+like+%f)\n"' +alias weather='curl wttr.in/?format="%l:+%C,+%t+(feels+like+%f)+Wind:+%w&M"\n'