Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente | |||
shell:zsh [2025/01/01 15:29] – Ajout du paragraphe « Configuration de ZSH » d2air | shell:zsh [2025/01/01 19:54] (Version actuelle) – [Configuration de ZSH] d2air | ||
---|---|---|---|
Ligne 142: | Ligne 142: | ||
# | # | ||
# | # | ||
- | + | ||
# Complétion | # Complétion | ||
autoload -U compinit | autoload -U compinit | ||
compinit | compinit | ||
+ | zstyle ': | ||
+ | zstyle ': | ||
+ | zstyle ': | ||
+ | / | ||
+ | # Crée un cache des complétion possibles | ||
+ | # très utile pour les complétion qui demandent beaucoup de temps | ||
+ | # comme la recherche d'un paquet aptitude install moz< | ||
+ | zstyle ': | ||
+ | zstyle ': | ||
+ | # des couleurs pour la complétion | ||
+ | # faites un kill -9 < | ||
+ | zmodload zsh/ | ||
+ | setopt extendedglob | ||
+ | zstyle ': | ||
+ | |||
+ | # Correction des commandes | ||
+ | setopt correctall | ||
# If you come from bash you might have to change your $PATH. | # If you come from bash you might have to change your $PATH. |