Add weather function

This commit is contained in:
Oliver Davies 2025-07-10 08:00:00 +01:00
parent 4f4e959c07
commit acb5cf654c

View file

@ -98,6 +98,10 @@ in
command ${pkgs.ttyper}/bin/ttyper --language english1000 --words 50 "''${@}" command ${pkgs.ttyper}/bin/ttyper --language english1000 --words 50 "''${@}"
} }
weather() {
curl "https://wttr.in/''$1"
}
yt-dlp() { yt-dlp() {
command yt-dlp --paths ~/Videos "$@" command yt-dlp --paths ~/Videos "$@"
} }