Last active
October 21, 2023 00:44
-
-
Save aurelienroux/aadbb4754050c9c6d3f18067ec01c28e to your computer and use it in GitHub Desktop.
.zshrc toolbox
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
| ## 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