quickly setup shell environment by installing zsh, oh-my-zsh with power-level-10k zsh-completions zsh-autosuggestions zsh-syntax-highlighting history-substring-search and more - jotyGill/ezsh
source $HOME/antigen.zsh # Load the oh-my-zsh's library antigen use oh-my-zsh antigen bundles <<EOBUNDLES # Bundles from the default repo (robbyrussell's oh-my-zsh) git # Syntax highlighting bundle. zsh-users/zsh-syntax-highlighting # Fish-like auto suggestions zsh-users/zsh-autosuggesti...
I had a quick look and it seems relatively easy to fix. But I'm not familiar with either clap or Zsh autocompletion, so I may miss something here. Also, I had to add this to my zshrc to prevent zsh from changing the order of suggestions: zstyle':completion:*:*:my-program:*:*'s...