aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rwxr-xr-xzshrc14
1 files changed, 4 insertions, 10 deletions
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