aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zshrc
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-03-24 18:34:07 -0500
committerToby Vincent <tobyv13@gmail.com>2021-03-24 18:34:07 -0500
commit10fc0cf35002c33320a0d70058c1b9f15eaa6ba9 (patch)
tree7eaed46e0ce1f55855bc0e68f5415add1f139d89 /zshrc
parenta89d68a2bbb131ba2aae2b75f9553ca9346dd70f (diff)
refactor: refactored and cleaned up
Diffstat (limited to 'zshrc')
-rwxr-xr-xzshrc7
1 files changed, 1 insertions, 6 deletions
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