DEV Community

padaki-pavan
padaki-pavan

Posted on

1

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

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay