mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-13 03:12:21 +01:00
Recognize comments by default.
This commit is contained in:
parent
175b4a8073
commit
8222936d77
1 changed files with 3 additions and 0 deletions
|
|
@ -13,3 +13,6 @@ export PAGER="less"
|
|||
export LESS="-R"
|
||||
|
||||
export LC_CTYPE=$LANG
|
||||
|
||||
# recognize comments
|
||||
setopt interactivecomments
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue