You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add shell aliases & functions section to README
Document the Git aliases and shell functions included via dotfiles
to help new team members discover these productivity shortcuts.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,6 +161,26 @@ Packages (installed with Homebrew):
161
161
162
162
My [dotfiles](https://github.com/geerlingguy/dotfiles) are also installed into the current user's home directory, including the `.osx` dotfile for configuring many aspects of macOS for better performance and ease of use. You can disable dotfiles management by setting `configure_dotfiles: no` in your configuration.
163
163
164
+
### Shell Aliases & Functions
165
+
166
+
The dotfiles include helpful Git aliases and shell functions:
0 commit comments