From 092d0b24a6d1ebd7ab6252543763895183dd2322 Mon Sep 17 00:00:00 2001 From: The_miro Date: Fri, 17 Jan 2025 10:14:39 +0100 Subject: [PATCH] added weather alias --- .bashrc | 1 + .zshrc | 2 ++ 2 files changed, 3 insertions(+) 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"