diff --git a/content/blog/zsh-setup/index.mdx b/content/blog/zsh-setup/index.mdx index 757f6f0d..4f8f8e41 100644 --- a/content/blog/zsh-setup/index.mdx +++ b/content/blog/zsh-setup/index.mdx @@ -82,7 +82,7 @@ All of the settings in `.gitconfig` can be set using `git config --global [...]` ## zsh By default zsh is very capable and provides many improvements over bash (the -previous macOS default). Notably it provides a comprhensive command-line +previous macOS default). Notably it provides a comprehensive command-line completion system that can save a lot of time when you're working in the terminal.