added weather alias

main
The_miro 2025-01-17 10:14:39 +01:00
parent 1e2f7401fb
commit 092d0b24a6
2 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,7 @@ alias gita="git add ."
alias gitc="git commit -m" alias gitc="git commit -m"
alias gitp="git push" alias gitp="git push"
alias weather="curl https://wttr.in/"
function gitf() { function gitf() {

2
.zshrc
View File

@ -147,6 +147,8 @@ alias serial="sudo tio -a latest"
alias t="wd" alias t="wd"
alias weather="curl https://wttr.in/"
function y() { function y() {
local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd
yazi "$@" --cwd-file="$tmp" yazi "$@" --cwd-file="$tmp"