Fixed alias in .zshrc

This commit is contained in:
2021-05-29 20:11:31 -04:00
parent 4eebd9f4bf
commit b344414b75

3
.zshrc
View File

@@ -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'