Correzione input file per Archlinux.

This commit is contained in:
Emiliano Vavassori 2022-01-01 01:04:43 +01:00
parent f282e9abf8
commit 14b5f19c01
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ autoload -Uz promptinit vcs_info
promptinit promptinit
zstyle ':vcs_info:*' enable git svn zstyle ':vcs_info:*' enable git svn
setopt prompt_subst # Prompting setopt prompt_subst # Prompting
source ${DOTFILES}/zsh/themes/gentoo.theme-zsh source ${DOTFILES}/zsh/themes/gentoo.zsh-theme
setopt correct # Auto correct mistakes setopt correct # Auto correct mistakes
setopt extendedglob # allows regexp with * setopt extendedglob # allows regexp with *