zsh:options: Add line long group separators
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
^wyEu:vert Man zshoptions
|
^wyEu:vert Man zshoptions
|
||||||
/\m^ \+"
|
/\m^ \+"
|
||||||
j^y$ho# pddkPgqqj`
|
j^y$ho# pddkPgqqj`
|
||||||
# Load for example into `q` by: `"qyi``
|
# Load for example into `q` by: `"qyi``
|
||||||
# NOTE: Only copies first line. If there are multiple lines (as with
|
# NOTE: Only copies first line. If there are multiple lines (as with
|
||||||
# SHARE_HISTORY) the other lines have to be copied manually.
|
# SHARE_HISTORY) the other lines have to be copied manually.
|
||||||
|
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
# treated as referring to the physical parent, even if the preceding path
|
# treated as referring to the physical parent, even if the preceding path
|
||||||
# segment is a symbolic link.
|
# segment is a symbolic link.
|
||||||
setopt CHASE_LINKS
|
setopt CHASE_LINKS
|
||||||
|
|
||||||
# Don't push multiple copies of the same directory onto the directory stack.
|
# Don't push multiple copies of the same directory onto the directory stack.
|
||||||
setopt PUSHD_IGNORE_DUPS
|
setopt PUSHD_IGNORE_DUPS
|
||||||
|
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
# insert the first match immediately. Then when completion is requested
|
# insert the first match immediately. Then when completion is requested
|
||||||
# again, remove the first match and insert the second match, etc. When
|
# again, remove the first match and insert the second match, etc. When
|
||||||
# there are no more matches, go back to the first one again.
|
# there are no more matches, go back to the first one again.
|
||||||
# reverse-menu-complete may be used to loop through the list in the other
|
# reverse-menu-complete may be used to loop through the list in the other
|
||||||
# direction. This option overrides AUTO_MENU.
|
# direction. This option overrides AUTO_MENU.
|
||||||
setopt NO_MENU_COMPLETE
|
setopt NO_MENU_COMPLETE
|
||||||
|
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
# generation, etc. (An initial unquoted `~' always produces named directory
|
# generation, etc. (An initial unquoted `~' always produces named directory
|
||||||
# expansion.)
|
# expansion.)
|
||||||
setopt EXTENDED_GLOB
|
setopt EXTENDED_GLOB
|
||||||
|
|
||||||
# Do not require a leading `.' in a filename to be matched explicitly.
|
# Do not require a leading `.' in a filename to be matched explicitly.
|
||||||
setopt GLOB_DOTS
|
setopt GLOB_DOTS
|
||||||
|
|
||||||
@@ -141,7 +141,7 @@
|
|||||||
#
|
#
|
||||||
# If you find that you want more control over when commands get imported,
|
# If you find that you want more control over when commands get imported,
|
||||||
# you may wish to turn SHARE_HISTORY off, INC_APPEND_HISTORY or
|
# you may wish to turn SHARE_HISTORY off, INC_APPEND_HISTORY or
|
||||||
# INC_APPEND_HISTORY_TIME (see above) on, and then manually import commands
|
# INC_APPEND_HISTORY_TIME (see above) on, and then manually import commands
|
||||||
# whenever you need them using `fc -RI'.
|
# whenever you need them using `fc -RI'.
|
||||||
setopt NO_SHARE_HISTORY
|
setopt NO_SHARE_HISTORY
|
||||||
|
|
||||||
@@ -170,13 +170,13 @@
|
|||||||
setopt CORRECT_ALL
|
setopt CORRECT_ALL
|
||||||
CORRECT_IGNORE_FILE=".*"
|
CORRECT_IGNORE_FILE=".*"
|
||||||
|
|
||||||
# If this option is unset, output flow control via start/stop characters
|
# If this option is unset, output flow control via start/stop characters
|
||||||
# (usually assigned to ^S/^Q) is disabled in the shell's editor.
|
# (usually assigned to ^S/^Q) is disabled in the shell's editor.
|
||||||
setopt NO_FLOW_CONTROL
|
setopt NO_FLOW_CONTROL
|
||||||
|
|
||||||
# Job Control ##################################################################
|
# Job Control ##################################################################
|
||||||
# With this option set, stopped jobs that are removed from the job table
|
# With this option set, stopped jobs that are removed from the job table
|
||||||
# with the disown builtin command are automatically sent a CONT signal to
|
# with the disown builtin command are automatically sent a CONT signal to
|
||||||
# make them running.
|
# make them running.
|
||||||
setopt AUTO_CONTINUE
|
setopt AUTO_CONTINUE
|
||||||
|
|
||||||
@@ -186,12 +186,12 @@
|
|||||||
# is not by default), octal numbers will be treated similarly and hence
|
# is not by default), octal numbers will be treated similarly and hence
|
||||||
# appear as `077' instead of `8#77'. This option has no effect on the
|
# appear as `077' instead of `8#77'. This option has no effect on the
|
||||||
# choice of the output base, nor on the output of bases other than
|
# choice of the output base, nor on the output of bases other than
|
||||||
# hexadecimal and octal. Note that these formats will be understood on
|
# hexadecimal and octal. Note that these formats will be understood on
|
||||||
# input irrespective of the setting of C_BASES.
|
# input irrespective of the setting of C_BASES.
|
||||||
setopt C_BASES
|
setopt C_BASES
|
||||||
|
|
||||||
# Shell Emulation ##############################################################
|
# Shell Emulation ##############################################################
|
||||||
# Causes field splitting to be performed on unquoted parameter expansions.
|
# Causes field splitting to be performed on unquoted parameter expansions.
|
||||||
# Note that this option has nothing to do with word splitting.
|
# Note that this option has nothing to do with word splitting.
|
||||||
# (See zshexpn(1).)
|
# (See zshexpn(1).)
|
||||||
setopt SH_WORD_SPLIT
|
setopt SH_WORD_SPLIT
|
||||||
|
|||||||
Reference in New Issue
Block a user