summaryrefslogtreecommitdiff
path: root/.config/zsh/antigen_pkgs.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.config/zsh/antigen_pkgs.zsh')
-rw-r--r--.config/zsh/antigen_pkgs.zsh12
1 files changed, 0 insertions, 12 deletions
diff --git a/.config/zsh/antigen_pkgs.zsh b/.config/zsh/antigen_pkgs.zsh
deleted file mode 100644
index c2c335a..0000000
--- a/.config/zsh/antigen_pkgs.zsh
+++ /dev/null
@@ -1,12 +0,0 @@
-source $HOME/.config/zsh/antigen.zsh
-
-# Load Packages
-antigen bundle git
-antigen bundle pip
-antigen bundle command-not-found
-antigen bundle zsh-users/zsh-syntax-highlighting
-antigen bundle zsh-users/zsh-history-substring-search ./zsh-history-substring-search.zsh
-antigen bundle zsh-users/zsh-autosuggestions
-
-# Done
-antigen apply