summaryrefslogtreecommitdiffstatshomepage
path: root/zshrc
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-10-19 18:55:39 -0500
committerToby Vincent <tobyv13@gmail.com>2021-10-19 18:55:39 -0500
commit7d4c8cb511baf795d77c1fdbb08acb1aa2414607 (patch)
tree0249fda018ccc420b054e5e666ba4d686f101c34 /zshrc
parentca61bfb71cfbbfb08cedc76807cae56409cc4d8f (diff)
feat: moved to antibody
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc9
1 files changed, 6 insertions, 3 deletions
diff --git a/zshrc b/zshrc
index 8c0b1dc..28177d9 100644
--- a/zshrc
+++ b/zshrc
@@ -1,15 +1,18 @@
#!/usr/bin/env zsh
+if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
+ source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
+fi
+
export DOTFILES="${HOME}/dotfiles"
# Directory hashtable
hash -d .=${HOME}/dotfiles
source $DOTFILES/shell/env.sh
-source $DOTFILES/zsh/antigen.zsh
+source $DOTFILES/zsh/plugins.zsh
source $DOTFILES/zsh/setopt.zsh
source $DOTFILES/zsh/prompt.zsh
source $DOTFILES/zsh/aliases.zsh
+source $DOTFILES/zsh/completions.zsh
source $DOTFILES/zsh/keybindings.zsh
[ -n "${WSL_DISTRO_NAME+1}" ] && source $DOTFILES/zsh/wsl.zsh
-
-antigen init $DOTFILES/antigenrc