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 64c4947ecc
commit 3fe0ccd221

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"