Skip to content

Instantly share code, notes, and snippets.

@Maysora
Created March 25, 2025 09:02
Show Gist options
  • Save Maysora/381de0ffb7be876009356a2e0d1885e6 to your computer and use it in GitHub Desktop.
Save Maysora/381de0ffb7be876009356a2e0d1885e6 to your computer and use it in GitHub Desktop.
.zshrc-aliases
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