From a0e04ed1bdf3007c004a75ca7d5a04ad4634dbba Mon Sep 17 00:00:00 2001 From: ThanosApollo Date: Mon, 19 Sep 2022 03:30:49 +0300 Subject: Add weather --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 2e195b8..5cfc33e 100644 --- a/.zshrc +++ b/.zshrc @@ -40,6 +40,9 @@ alias cc='config commit -m' #pacman | yay alias yeet='yay -Rsc' +# weather +alias weather="curl wttrn.in" + #aliases alias ls='ls -la --color=auto' alias sb='sudo systemctl start bluetooth' -- cgit v1.2.3