I generally like to make my life as simple as possible when working on Linux and these .bashrc lines I add to the end of the file to solve some of my day to day use cases.
alias apt='sudo apt'
alias mongosh='mongosh --quiet'
I generally like to make my life as simple as possible when working on Linux and these .bashrc lines I add to the end of the file to solve some of my day to day use cases.
alias apt='sudo apt'
alias mongosh='mongosh --quiet'