From 23cb2aebc9749f0865429246675ee3a17167a680 Mon Sep 17 00:00:00 2001 From: TheAwesomeGuy47 <77284265+TheAwesomeGuy47@users.noreply.github.com> Date: Sat, 4 Dec 2021 13:32:48 +0000 Subject: [PATCH] Fix minor spelling error --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index cd0ce4d..6a731aa 100644 --- a/.zshrc +++ b/.zshrc @@ -5,7 +5,7 @@ if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]] source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" fi -# Dependancies You Need for this Config +# Dependencies You Need for this Config # zsh-syntax-highlighting - syntax highlighting for ZSH in standard repos # autojump - jump to directories with j or jc for child or jo to open in file manager # zsh-autosuggestions - Suggestions based on your history