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'