Skip to content

Instantly share code, notes, and snippets.

@pH-7
Last active January 25, 2025 06:14
Show Gist options
  • Select an option

  • Save pH-7/468baf37dd96bb36ba8d5e6681f8d43b to your computer and use it in GitHub Desktop.

Select an option

Save pH-7/468baf37dd96bb36ba8d5e6681f8d43b to your computer and use it in GitHub Desktop.

Revisions

  1. pH-7 revised this gist Jan 25, 2025. No changes.
  2. pH-7 revised this gist Jan 25, 2025. 1 changed file with 6 additions and 5 deletions.
    11 changes: 6 additions & 5 deletions .zprofile
    Original file line number Diff line number Diff line change
    @@ -1,14 +1,15 @@
    # Alias
    alias vi="nvim"
    alias dr="doppler run -- docker-compose up"
    alias c="clear"

    alias push="git push origin head"
    alias pull="git pull"
    alias amend="git amend"
    alias gi="git"
    alias go="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"
    alias gp="git push"
    alias gt="git status"
    alias dprod="docker-compose -f docker-compose.production.yml up"
  3. pH-7 revised this gist Jan 6, 2025. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions .zprofile (docker path)
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    # Add Docker Desktop for Mac (docker)
    export PATH="$PATH:/Applications/Docker.app/Contents/Resources/bin/"
  4. pH-7 revised this gist Dec 30, 2024. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions .zprofile
    Original file line number Diff line number Diff line change
    @@ -9,5 +9,6 @@ alias gi="git"
    alias go="git"
    alias up="docker-compose up"
    alias down="docker-compose down"


    alias dprod="docker-compose -f docker-compose.production.yml up"
    alias gp="git push"
    alias gt="git status"
  5. pH-7 created this gist Dec 30, 2024.
    13 changes: 13 additions & 0 deletions .zprofile
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    # Alias
    alias vi="nvim"
    alias dr="doppler run -- docker-compose up"
    alias c="clear"
    alias push="git push origin head"
    alias pull="git pull"
    alias amend="git amend"
    alias gi="git"
    alias go="git"
    alias up="docker-compose up"
    alias down="docker-compose down"