diff options
author | aktersnurra <grydholm@kth.se> | 2021-02-10 19:42:38 +0100 |
---|---|---|
committer | aktersnurra <grydholm@kth.se> | 2021-02-10 19:42:38 +0100 |
commit | d4b9c144f24ddf4f22e32e33c05e0785bcff1beb (patch) | |
tree | 3ada30d39e4eb070fed06a90eff23566e82c35f3 /.config/zsh | |
parent | 4f5abfdfea416f80cf164861a8db74c911997e5f (diff) |
zsh autosuggestion
Diffstat (limited to '.config/zsh')
-rw-r--r-- | .config/zsh/antigen_pkgs.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/zsh/antigen_pkgs.zsh b/.config/zsh/antigen_pkgs.zsh index 555aa24..c2c335a 100644 --- a/.config/zsh/antigen_pkgs.zsh +++ b/.config/zsh/antigen_pkgs.zsh @@ -6,6 +6,7 @@ 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 |