diff --git a/.bashrc b/.bashrc index a218073..59bf6f4 100644 --- a/.bashrc +++ b/.bashrc @@ -21,6 +21,7 @@ alias gita="git add ." alias gitc="git commit -m" alias gitp="git push" +alias weather="curl https://wttr.in/" function gitf() { diff --git a/.zshrc b/.zshrc index e4a79d7..bcb4c0f 100755 --- a/.zshrc +++ b/.zshrc @@ -147,6 +147,8 @@ alias serial="sudo tio -a latest" alias t="wd" +alias weather="curl https://wttr.in/" + function y() { local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd yazi "$@" --cwd-file="$tmp"