diff options
author | ThanosApollo <[email protected]> | 2022-09-19 03:30:49 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-09-19 03:30:49 +0300 |
commit | a0e04ed1bdf3007c004a75ca7d5a04ad4634dbba (patch) | |
tree | af067c5389bbe14dd3d13331275c0396c8a8206a /.zshrc | |
parent | f9e58112c3bcdc4f364677f825857aea29da7992 (diff) |
Add weather
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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' |