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.
.zshrc toolbox
## plugins
plugins=(
git
nvm
macos
aliases
)
## auto LS after change pwd
function chpwd() {
emulate -L zsh
ls -l
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment