Skip to content

Instantly share code, notes, and snippets.

@pH-7
Last active January 25, 2025 06:14
Show Gist options
  • Save pH-7/468baf37dd96bb36ba8d5e6681f8d43b to your computer and use it in GitHub Desktop.
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/
# 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"
# 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