Created
March 25, 2025 09:02
-
-
Save Maysora/381de0ffb7be876009356a2e0d1885e6 to your computer and use it in GitHub Desktop.
.zshrc-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 ll='ls -alF' | |
alias la='ls -A' | |
alias l='ls -CF' | |
alias dc='~/docker-compose-override.sh' | |
alias dw='dc exec web' | |
alias dt='dc exec -e "RAILS_ENV=test" web' | |
alias dx='dw bundle exec' | |
alias dxr='dx rails' | |
alias drw='dc run --rm web' | |
alias drt='dc run --rm -e "RAILS_ENV=test" web' | |
alias drx='drw bundle exec' | |
alias drxr='drx rails' | |
alias savekerja='/Volumes/CryptData/script/run_backup.sh' | |
alias kerja='cd /Volumes/CryptData/projects/' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment