DEV Community

Discussion on: Share your .bashrc

Collapse
 
trueneu profile image
Pavel Gurkov

This one is huge. If you ask me, I'd abstract away *mount functions. And I prefer git aliases to live in .gitconfig - they feel as custom commands this way, which is kinda cool.
Also, seems this is not what it claims to be:

# Network Start, Stop, and Restart
alias light='xbacklight -set'
Enter fullscreen mode Exit fullscreen mode
Collapse
 
mmphego profile image
Mpho Mphego

Thanks for the tip, I should probably remove that alias, haven't used it in a while .