My fav alias is to download my git ignore files for my project. What's yours?
For further actions, you may consider blocking this person and/or reporting abuse
My fav alias is to download my git ignore files for my project. What's yours?
For further actions, you may consider blocking this person and/or reporting abuse
SameX -
SameX -
Tom J. -
SameX -
Top comments (2)
I have a
magic "commit message"
command that will lint, commit and push my code in one go:Linting, committing and pushing your code in one magic command
Emma Goto 🍙 ・ Oct 21 '19 ・ 2 min read
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.
I like to get the weather in my terminal
alias weather='curl wttr.in'
Attribution: github.com/chubin/wttr.in