Add comment to command line

This commit is contained in:
flyingscorpio@arch-desktop 2020-09-05 16:48:49 +02:00
parent fd6c2f7b14
commit 111e058467

View file

@ -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] "