From b344414b756409224defb43852e46dbf294b4037 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Sat, 29 May 2021 20:11:31 -0400 Subject: [PATCH] Fixed alias in .zshrc --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 7a77aab..6c4d0d1 100644 --- a/.zshrc +++ b/.zshrc @@ -119,6 +119,9 @@ 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' + [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh export FZF_DEFAULT_COMMAND='fdfind --type f'