From 10fc0cf35002c33320a0d70058c1b9f15eaa6ba9 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Wed, 24 Mar 2021 18:34:07 -0500 Subject: refactor: refactored and cleaned up --- zshrc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'zshrc') diff --git a/zshrc b/zshrc index 59e9e83..7abd36b 100755 --- a/zshrc +++ b/zshrc @@ -1,17 +1,12 @@ [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]] && source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" -ZSH_BASE=$HOME/dotfiles # Base directory for ZSH configuration - [ -n "${WSL_DISTRO_NAME+1}" ] && source $ZSH_BASE/zsh/wsl.zsh source $ZSH_BASE/zsh/setopt.zsh -source $ZSH_BASE/zsh/completion.zsh source $ZSH_BASE/zsh/prompt.zsh source $ZSH_BASE/zsh/aliases.zsh -source $ZSH_BASE/zsh/functions.zsh -source $ZSH_BASE/zsh/fzf.zsh source $ZSH_BASE/zsh/keybindings.zsh -source $ZSH_BASE/antigen/antigen.zsh # Load Antigen +source $ZSH_BASE/antigen/antigen.zsh antigen use oh-my-zsh antigen bundle git -- cgit v1.2.3-70-g09d2