1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-04-01 17:07:45 +02:00

adding weather to aliasrc

This commit is contained in:
Marten Kante 2019-09-04 20:35:19 +02:00 committed by GitHub
parent 4014eb33cb
commit d13274be82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,6 +65,9 @@ alias su="sudo -i"
# vim
alias svim="sudo vim"
# weather
alias weather="curl wttr.in"
# random
alias calendar="calcurse"
alias file="ranger"