Last active
February 24, 2023 16:58
-
-
Save monkseal/9d1b505a39deccc53d23dd2fe2413ca9 to your computer and use it in GitHub Desktop.
LongLake Road alias berc='bundle exec rails c'.aliases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias berc='bundle exec rails c' | |
alias l="ls -lrt" | |
alias ruch="git diff --name-only --cached | xargs bundle exec rubocop -A" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment