Skip to content

Instantly share code, notes, and snippets.

@Maysora
Last active December 4, 2025 07:09
Show Gist options
  • Select an option

  • Save Maysora/381de0ffb7be876009356a2e0d1885e6 to your computer and use it in GitHub Desktop.

Select an option

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 dclog='dc logs -f -n 0 | grep -e ">>>>" -e "||||" -e "\!\!\!\!" -e "####"'
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