From dd58b80dd8e54efe44d7bf708459cad5e3363d84 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Sat, 29 May 2021 20:00:40 -0400 Subject: [PATCH] Add alias to zshrc --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) 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