summaryrefslogtreecommitdiff
path: root/.config/zsh/antigen_pkgs.zsh
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-03-20 13:45:32 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-03-20 13:45:32 +0100
commitb8741890ec8922426ca393e181df5769cd53a0f9 (patch)
tree2e7767c72436f1ab3a2895ef085e103cee8beaf3 /.config/zsh/antigen_pkgs.zsh
parent325d75531153da1a317e219f2e5da85abbe7ea48 (diff)
refactor zsh
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