1
1
Fork 0

Fixed alias in .zshrc

This commit is contained in:
Kenwood 2021-05-29 20:11:31 -04:00
parent 4eebd9f4bf
commit b344414b75
1 changed files with 3 additions and 0 deletions

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'