From cbece50603a31403d1771d225d4b392f43668553 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 11 Jun 2025 09:28:43 -0600 Subject: [PATCH 1/2] Update .gitignore Signed-off-by: Joe Block --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 38103684c..0e81682d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ +.*.swp .DS_Store +.idea *.*.un~ +*.dc.md *.pyc *.pyo *.sublime-project *.sublime-workspace -.*.swp -.idea **/venv From 8ff53374f790f6580f34ee178799829b3fd6a614 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 11 Jun 2025 09:29:36 -0600 Subject: [PATCH 2/2] Add `chordflower/zwirl` Add link to `chordflower/zwirl` Signed-off-by: Joe Block --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc6c26b8f..6916bcdaf 100644 --- a/README.md +++ b/README.md @@ -363,6 +363,7 @@ If you aren't using any ZSH frameworks, or if you're using `bash`, `fish` or ano - [ugit](https://github.com/Bhupesh-V/ugit) - Lets you undo your last `git` operation. - [worktree](https://github.com/jspears/worktree) - Adds functions that wrap `git worktree`. - [xcode-build-scripts](https://github.com/indirect/xcode-git-build-scripts) - Helper scripts to use with XCode projects. +- [zwirl](https://github.com/chordflower/zwirl) - Adds aliases for `git` and `eza`. ## Miscellaneous Tips