Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camillevilla/emoji_aliases
✨ emoji flair aliases ✨
https://github.com/camillevilla/emoji_aliases
Last synced: 26 days ago
JSON representation
✨ emoji flair aliases ✨
- Host: GitHub
- URL: https://github.com/camillevilla/emoji_aliases
- Owner: camillevilla
- Created: 2017-04-08T00:35:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T05:41:36.000Z (over 7 years ago)
- Last Synced: 2024-11-06T17:58:01.267Z (2 months ago)
- Homepage:
- Size: 1000 Bytes
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ✨ Emoji Aliases: flair for your bash profile ✨
Copy these into your `.bash_profile` and reset your terminal.
### Git Workflow
```
alias ✏️="git commit -m"alias 👋="git fetch origin"
alias 💡="git status"
alias 🌲="git log"
alias 🕵="git diff"
alias 🤖="git push origin"
alias 💪="git push origin --force"
alias 😎="git commit --amend --no-edit"
alias 🌊="git reset --hard"
alias 📡="git remote -v"
```### Rails
```
alias 🚀="bin/rails server"alias 🔍="bin/rails console"
alias 🌊="bin/spring stop"
alias 👓="echo ...putting on rSpectacles! 🤓...;bundle exec rspec -fd"
alias 💩="bin/rails db:drop; bin/rails db:create; bin/rails db:migrate; bin/rails db:seed"
alias 🍂="bin/rails"
alias 🍂🐣="bin/rails db:create"
alias 🍂🐧="bin/rails db:migrate"
alias 🍂🌱="bin/rails db:seed"
```### Python
```
alias 🐍="python"alias 📓="jupyter notebook"
```### Jekyll
```
alias ⚗="echo ...serving up Jekyll ...;bundle exec jekyll serve & sleep 5;open http://localhost:4000"
```Do you have any favorites? Make a pull request on this repo to share!