Created
June 2, 2026 14:39
-
-
Save corporealfunk/87336ce6b12d763a5ffde85bcdcdbb20 to your computer and use it in GitHub Desktop.
oh my zsh
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 ll='ls -alF' | |
| alias vim='vim -p' | |
| alias stubs-path='export PATH=./bin:$PATH' | |
| alias rspec-de='docker compose exec -e RAILS_ENV=test web ./bin/rspec' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment