From e0d2bf249287c1aa5fdc3b2db58378604e3f8cb4 Mon Sep 17 00:00:00 2001 From: Antoine Phan Date: Thu, 29 Feb 2024 01:14:57 -0500 Subject: [PATCH] new weather shenanigans --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index c8d267e..edad94b 100644 --- a/.zshrc +++ b/.zshrc @@ -134,7 +134,8 @@ alias fallinlight="feh --bg-fill --randomize /home/antoine/Pictures/Fallin\'\ Li alias micvol="wpctl set-volume @DEFAULT_SOURCE@" alias enable-nvidia='export __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia' -alias weather='inxi -wxx --weather-unit m' +# alias weather='inxi -wxx --weather-unit m' +alias weather="curl https://wttr.in" alias cal='cal -m' export GTK_IM_MODULE=ibus export QT_IM_MODULE=ibus