mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-01 18:39:26 +00:00
Set INTERACTIVE_COMMENTS by default
This allows using # to comment lines in the interactive shell
This commit is contained in:
@ -14,8 +14,8 @@ fi
|
|||||||
# Options
|
# Options
|
||||||
#
|
#
|
||||||
|
|
||||||
# Beep on error in line editor.
|
setopt BEEP # Beep on error in line editor.
|
||||||
setopt BEEP
|
setopt INTERACTIVE_COMMENTS # Enable comments in interactive shell.
|
||||||
|
|
||||||
#
|
#
|
||||||
# Variables
|
# Variables
|
||||||
|
Reference in New Issue
Block a user