From 111e058467cfa3266362c6ba5666a95e0cfbe0cd Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Sat, 5 Sep 2020 16:48:49 +0200 Subject: [PATCH] Add comment to command line --- dotfiles/zsh/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/zsh/zshrc b/dotfiles/zsh/zshrc index 70236f0..5f2dedc 100644 --- a/dotfiles/zsh/zshrc +++ b/dotfiles/zsh/zshrc @@ -3,6 +3,7 @@ stty stop undef # Disable ctrl-s to freeze terminal +setopt interactivecomments # Add comments to command line as in Bash autoload -U colors && colors setopt correct export SPROMPT="Correct $fg[red]%R$reset_color to $fg[green]%r$reset_color? [Yes, No, Abort, Edit] "