Add comment to command line
This commit is contained in:
parent
fd6c2f7b14
commit
111e058467
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
|
|
||||||
stty stop undef # Disable ctrl-s to freeze terminal
|
stty stop undef # Disable ctrl-s to freeze terminal
|
||||||
|
setopt interactivecomments # Add comments to command line as in Bash
|
||||||
autoload -U colors && colors
|
autoload -U colors && colors
|
||||||
setopt correct
|
setopt correct
|
||||||
export SPROMPT="Correct $fg[red]%R$reset_color to $fg[green]%r$reset_color? [Yes, No, Abort, Edit] "
|
export SPROMPT="Correct $fg[red]%R$reset_color to $fg[green]%r$reset_color? [Yes, No, Abort, Edit] "
|
||||||
|
|
Loading…
Add table
Reference in a new issue