changed source fzf to be higher
This commit is contained in:
parent
1a9d12a476
commit
2158b9e868
1 changed files with 3 additions and 2 deletions
|
@ -51,7 +51,8 @@ eval `dircolors ~/.dircolors`
|
||||||
# Source Aliases
|
# Source Aliases
|
||||||
source ~/.zsh/alias.zsh
|
source ~/.zsh/alias.zsh
|
||||||
|
|
||||||
|
# Source FZF
|
||||||
|
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||||
|
|
||||||
# Completions Path
|
# Completions Path
|
||||||
fpath=(~/.dotfiles/lib/completions/src $fpath)
|
fpath=(~/.dotfiles/lib/completions/src $fpath)
|
||||||
|
|
||||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue