summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-09-19 03:31:42 +0300
committerThanosApollo <[email protected]>2022-09-19 03:31:42 +0300
commit6aaba12f2924339cf76ce95b7a1d75dbb4b2d877 (patch)
tree120b25af2655cb5351677e46ce2b21e2e19cc0b6
parenta0e04ed1bdf3007c004a75ca7d5a04ad4634dbba (diff)
Fix typo
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 5cfc33e..2a9035e 100644
--- a/.zshrc
+++ b/.zshrc
@@ -41,7 +41,7 @@ alias cc='config commit -m'
alias yeet='yay -Rsc'
# weather
-alias weather="curl wttrn.in"
+alias weather="curl wttr.in"
#aliases
alias ls='ls -la --color=auto'