From a89d68a2bbb131ba2aae2b75f9553ca9346dd70f Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Wed, 24 Mar 2021 18:14:04 -0500 Subject: fix: fixed fzf install --- zshrc | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'zshrc') diff --git a/zshrc b/zshrc index e7dc7fd..59e9e83 100755 --- a/zshrc +++ b/zshrc @@ -2,23 +2,17 @@ ZSH_BASE=$HOME/dotfiles # Base directory for ZSH configuration -source $ZSH_BASE/zsh/setopt.zsh +[ -n "${WSL_DISTRO_NAME+1}" ] && source $ZSH_BASE/zsh/wsl.zsh +source $ZSH_BASE/zsh/setopt.zsh source $ZSH_BASE/zsh/completion.zsh -[ -f $ZSH_BASE/fzf/shell/completion.zsh ] && source $ZSH_BASE/fzf/shell/completion.zsh - source $ZSH_BASE/zsh/prompt.zsh source $ZSH_BASE/zsh/aliases.zsh source $ZSH_BASE/zsh/functions.zsh - -[ -n "${WSL_DISTRO_NAME+1}" ] && source $ZSH_BASE/zsh/wsl.zsh - +source $ZSH_BASE/zsh/fzf.zsh source $ZSH_BASE/zsh/keybindings.zsh -[ -f $ZSH_BASE/fzf/shell/key-bindings.zsh ] && source $ZSH_BASE/fzf/shell/key-bindings.zsh - source $ZSH_BASE/antigen/antigen.zsh # Load Antigen - antigen use oh-my-zsh antigen bundle git antigen bundle fzf @@ -29,4 +23,4 @@ antigen bundle command-not-found antigen bundle zsh-users/zsh-syntax-highlighting antigen bundle zsh-users/zsh-autosuggestions antigen theme romkatv/powerlevel10k.git -antigen apply +antigen apply \ No newline at end of file -- cgit v1.2.3-70-g09d2