Skip to content

Instantly share code, notes, and snippets.

@Rusya13
Created April 11, 2022 00:08
Show Gist options
  • Save Rusya13/ae81cc5a67fb4c5c72f056fcfaf4ff7e to your computer and use it in GitHub Desktop.
Save Rusya13/ae81cc5a67fb4c5c72f056fcfaf4ff7e to your computer and use it in GitHub Desktop.
alias zsh="code ~/.zshrc"
alias sail='bash vendor/bin/sail'
alias gs='git status'
alias gcm='git commit -m '
alias gp='git pull'
alias nah='git reset --hard; git clean -df;'
alias gaa="git add ."
alias gcb="git checkout -b "
alias gc="git checkout "
alias pip=pip3
alias pa='php artisan'
alias vapor='php vendor/bin/vapor'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment