From bdf7044bb98a61a6d2b11850ffbbcd939d610d08 Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Thu, 30 Dec 2021 01:07:26 +0100 Subject: [PATCH] Altre opzioni per il prompt. --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 7c5691c..cc3f4df 100644 --- a/.zshrc +++ b/.zshrc @@ -12,7 +12,7 @@ zstyle ':vcs_info:*' enable git svn #precmd() { # vcs_info #} -#setopt prompt_subst +setopt prompt_subst setopt correct # Auto correct mistakes setopt extendedglob # allows regexp with * setopt nocaseglob # Case insensitive globbing