subl ~/.zshrc
# Example aliases
alias zshconfig="subl ~/.zshrc"
alias ohmyzsh="subl ~/.oh-my-zsh"
Inspired by https://medium.com/@andrew_levine/theming-the-new-hipchat-4-beta-for-osx-64e4ba4a6749#.2nyhtsah8
This stylesheet is for the "Light" theme in HipChat. Go to
Settings > Appearanceto change the theme.
| { | |
| "files": { | |
| "include": "src/**/*.s+(a|c)ss", | |
| "ignore": [ | |
| "**/vendor/*.scss" | |
| ] | |
| }, | |
| "rules": { | |
| "extends-before-mixins": 1, | |
| "quotes": [ |
Inspired by article How to Handle Multiple Git Accounts
Work with multiple SSH keys for authorization and commit signing.
ssh-keygen -t ed25519 -C "firstname@work-email.com"