mirror of
https://github.com/sorin-ionescu/prezto.git
synced 2025-01-23 11:32:17 +08:00
Set INTERACTIVE_COMMENTS by default
This allows using # to comment lines in the interactive shell
This commit is contained in:
parent
54d2a76731
commit
0b62639ad5
@ -14,8 +14,8 @@ fi
|
||||
# Options
|
||||
#
|
||||
|
||||
# Beep on error in line editor.
|
||||
setopt BEEP
|
||||
setopt BEEP # Beep on error in line editor.
|
||||
setopt INTERACTIVE_COMMENTS # Enable comments in interactive shell.
|
||||
|
||||
#
|
||||
# Variables
|
||||
|
Loading…
Reference in New Issue
Block a user