diff options
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 wttr.in" + #aliases alias ls='ls -la --color=auto' alias sb='sudo systemctl start bluetooth' |