Bash Aliases - Bad Habits
Because who needs good habits, really?
- 1. alias
alias bad habit= Create a new, questionable habit - 2. emacsql
alias emacsql="emerge && sudo apt-get install"= Automate your package management, but not really - 3. ssh-bad-habits
alias ssh-bad-habits="ssh -p 1331 -i /root/.ssh/keys/bad-habits"= Log in as root, because security is overrated - 4. git-bad-habits
alias git-bad-habits="cd ~ && git add . && git commit -a -m 'I have no life'"= Commit changes, but don't bother with meaningful comments
Disclaimer: Use these aliases at your own risk. Or not.