Last active
January 25, 2025 06:14
-
-
Save pH-7/468baf37dd96bb36ba8d5e6681f8d43b to your computer and use it in GitHub Desktop.
.zprofile useful aliases - (not maintained anymore) New updates are now happening in https://github.com/pH-7/dotfiles/
This file contains hidden or 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
# Alias | |
alias vi="nvim" | |
alias c="clear" | |
alias push="git push origin head" | |
alias pull="git pull" | |
alias amend="git amend" | |
alias gi="git" | |
alias g="git" | |
alias gp="git push" | |
alias gt="git status" | |
alias up="docker-compose up" | |
alias down="docker-compose down" | |
alias dprod="docker-compose -f docker-compose.production.yml up" |
This file contains hidden or 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
# Add Docker Desktop for Mac (docker) | |
export PATH="$PATH:/Applications/Docker.app/Contents/Resources/bin/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment