share history
setopt HIST_IGNORE_DUPS
setopt HIST_IGNORE_ALL_DUPS
setopt share_history
- STRG-r
- omz plugin info zsh-navigation-tools
- omz plugin info fzf
- ai fzf
- omz plugin info debian
- ai = apt install packagename
- omz plugin info common-aliases
- l
- h
- t
- omz plugin info systemd
- omz plugin info colored-man-pages
- ai python3-pygments
- omz plugin info zoxide
- https://github.com/zsh-users/zsh-autosuggestions
- ai zsh-autosuggestions
- cat /usr/share/doc/zsh-autosuggestions/README.Debian
- source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
- https://github.com/zsh-users/zsh-syntax-highlighting
- ai zsh-syntax-highlighting
- cat /usr/share/doc/zsh-syntax-highlighting/README.Debian
- source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
- ai grc
- omz plugin load grc; omz plugin enable grc
- cat /etc/grc.zsh
- omz plugin load extract; omz plugin enable extract
This way you don't have to know what specific command extracts a file,
you just do `extract <filename>` and the function takes care of the rest. - https://github.com/zsh-users/antigen
- ai zsh-antigen
- cat /usr/share/doc/zsh-antigen/README.Debian
- zless /usr/share/doc/zsh-antigen/README.mkd.gz
source /usr/share/zsh-antigen/antigen.zsh
antigen use oh-my-zsh
- omz plugin info composer
- https://github.com/yhaefliger/zsh-drupal
antigen bundle yhaefliger/zsh-drupal
antigen apply
- omz plugin info drush
- afs '\.zsh' | awk -F':' '{print $1}'| uniq
- https://github.com/topics/zsh-plugins