Skip to content

Instantly share code, notes, and snippets.

@aurelienroux
Last active October 21, 2023 00:44
Show Gist options
  • Select an option

  • Save aurelienroux/aadbb4754050c9c6d3f18067ec01c28e to your computer and use it in GitHub Desktop.

Select an option

Save aurelienroux/aadbb4754050c9c6d3f18067ec01c28e to your computer and use it in GitHub Desktop.

Revisions

  1. aurelienroux renamed this gist Oct 21, 2023. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. aurelienroux created this gist Oct 19, 2023.
    13 changes: 13 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    ## plugins
    plugins=(
    git
    nvm
    macos
    aliases
    )

    ## auto LS after change pwd
    function chpwd() {
    emulate -L zsh
    ls -l
    }