Last active
October 21, 2023 00:44
-
-
Save aurelienroux/aadbb4754050c9c6d3f18067ec01c28e to your computer and use it in GitHub Desktop.
Revisions
-
aurelienroux renamed this gist
Oct 21, 2023 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
aurelienroux created this gist
Oct 19, 2023 .There are no files selected for viewing
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 charactersOriginal 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 }