diff --git a/.zshrc b/.zshrc index db4398c..c4d26f3 100644 --- a/.zshrc +++ b/.zshrc @@ -110,5 +110,8 @@ source $ZSH/oh-my-zsh.sh # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" +# Added this for dotfiles alias, may want to make a custom config folder later. +alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' + # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh