diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-03-20 13:45:32 +0100 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-03-20 13:45:32 +0100 |
| commit | b8741890ec8922426ca393e181df5769cd53a0f9 (patch) | |
| tree | 2e7767c72436f1ab3a2895ef085e103cee8beaf3 /.config/zsh/antigen_pkgs.zsh | |
| parent | 325d75531153da1a317e219f2e5da85abbe7ea48 (diff) | |
refactor zsh
Diffstat (limited to '.config/zsh/antigen_pkgs.zsh')
| -rw-r--r-- | .config/zsh/antigen_pkgs.zsh | 12 |
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 |