Fix minor spelling error

This commit is contained in:
TheAwesomeGuy47 2021-12-04 13:32:48 +00:00 committed by GitHub
parent 4b49419235
commit 23cb2aebc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.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" source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi fi
# Dependancies You Need for this Config # Dependencies You Need for this Config
# zsh-syntax-highlighting - syntax highlighting for ZSH in standard repos # 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 # autojump - jump to directories with j or jc for child or jo to open in file manager
# zsh-autosuggestions - Suggestions based on your history # zsh-autosuggestions - Suggestions based on your history