Skip to content

Commit

Permalink
Add php83 alias
Browse files Browse the repository at this point in the history
  • Loading branch information
martijngastkemper committed Jan 30, 2024
1 parent 831c323 commit 6042fc7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,11 @@ alias gb="git branch --sort=committerdate"
alias gl="git pull --rebase"
alias gstpa="git stash --patch"
alias gstl="git stash list --format='%gd (%cr): %gs'"
alias php74="brew unlink [email protected] [email protected] php && brew link [email protected]"
alias php80="brew unlink [email protected] [email protected] php && brew link [email protected]"
alias php81="brew unlink [email protected] [email protected] php && brew link [email protected]"
alias php82="brew unlink [email protected] [email protected] [email protected] && brew link php"
alias php74="brew unlink [email protected] [email protected] [email protected] php && brew link [email protected]"
alias php80="brew unlink [email protected] [email protected] [email protected] php && brew link [email protected]"
alias php81="brew unlink [email protected] [email protected] [email protected] php && brew link [email protected]"
alias php82="brew unlink [email protected] [email protected] [email protected] php && brew link [email protected]"
alias php83="brew unlink [email protected] [email protected] [email protected] [email protected] && brew link php"
alias tf="terraform"
alias tfi="terraform import"
alias tfa="terraform fmt; terraform apply"
Expand Down

0 comments on commit 6042fc7

Please sign in to comment.