summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2022-09-19 17:29:00 +0300
committerThanos Apollo <[email protected]>2022-09-19 17:29:00 +0300
commit3c17a3e6c044eb754d69596b85a756b37f4b194e (patch)
tree2fa7f6fe9a86c39199f5593eab99e187131a3a03 /.zshrc
parent50c87c91827f1042315a41a49b8022ea68516f8f (diff)
parent6aaba12f2924339cf76ce95b7a1d75dbb4b2d877 (diff)
Merge branch 'master' of github.com:ThanosApollo/config
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 2e195b8..2a9035e 100644
--- a/.zshrc
+++ b/.zshrc
@@ -40,6 +40,9 @@ alias cc='config commit -m'
#pacman | yay
alias yeet='yay -Rsc'
+# weather
+alias weather="curl wttr.in"
+
#aliases
alias ls='ls -la --color=auto'
alias sb='sudo systemctl start bluetooth'