Add weather
function
This commit is contained in:
parent
4f4e959c07
commit
acb5cf654c
1 changed files with 4 additions and 0 deletions
|
@ -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 "$@"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue