summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-09-19 03:30:49 +0300
committerThanosApollo <[email protected]>2022-09-19 03:30:49 +0300
commita0e04ed1bdf3007c004a75ca7d5a04ad4634dbba (patch)
treeaf067c5389bbe14dd3d13331275c0396c8a8206a /.zshrc
parentf9e58112c3bcdc4f364677f825857aea29da7992 (diff)
Add weather
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 2e195b8..5cfc33e 100644
--- a/.zshrc
+++ b/.zshrc
@@ -40,6 +40,9 @@ alias cc='config commit -m'
#pacman | yay
alias yeet='yay -Rsc'
+# weather
+alias weather="curl wttrn.in"
+
#aliases
alias ls='ls -la --color=auto'
alias sb='sudo systemctl start bluetooth'