-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
831c323
commit 6042fc7
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|