DEV Community

padaki-pavan
padaki-pavan

Posted on

What's your favorite alias that you use in your shell?

My fav alias is to download my git ignore files for my project. What's yours?

Top comments (2)

Collapse
 
emma profile image
Emma Goto 🍙

I have a magic "commit message" command that will lint, commit and push my code in one go:

I'll admit sometimes I forget to use it, and I've only got it setup on my work laptop - I gotta get around to adding it to my personal laptop too.

Collapse
 
scriptmunkee profile image
Ken Simeon

I like to get the weather in my terminal

alias weather='curl wttr.in'

wttr.in

Attribution: github.com/chubin/wttr.in