Update .zshrc
This commit is contained in:
@@ -37,51 +37,26 @@ ZOXIDE_CMD_OVERRIDE=cd
|
|||||||
# Module configuration
|
# Module configuration
|
||||||
# --------------------
|
# --------------------
|
||||||
|
|
||||||
#
|
zstyle ':zim:module' skip 'prompt'
|
||||||
# completion
|
|
||||||
#
|
|
||||||
|
|
||||||
# Set a custom path for the completion dump file.
|
# Set a custom path for the completion dump file.
|
||||||
# If none is provided, the default ${ZDOTDIR:-${HOME}}/.zcompdump is used.
|
# If none is provided, the default ${ZDOTDIR:-${HOME}}/.zcompdump is used.
|
||||||
#zstyle ':zim:completion' dumpfile "${ZDOTDIR:-${HOME}}/.zcompdump-${ZSH_VERSION}"
|
#zstyle ':zim:completion' dumpfile "${ZDOTDIR:-${HOME}}/.zcompdump-${ZSH_VERSION}"
|
||||||
|
|
||||||
#
|
|
||||||
# git
|
|
||||||
#
|
|
||||||
|
|
||||||
# Set a custom prefix for the generated aliases. The default prefix is 'G'.
|
# Set a custom prefix for the generated aliases. The default prefix is 'G'.
|
||||||
#zstyle ':zim:git' aliases-prefix 'g'
|
#zstyle ':zim:git' aliases-prefix 'g'
|
||||||
|
|
||||||
#
|
|
||||||
# input
|
|
||||||
#
|
|
||||||
|
|
||||||
# Append `../` to your input for each `.` you type after an initial `..`
|
# Append `../` to your input for each `.` you type after an initial `..`
|
||||||
zstyle ':zim:input' double-dot-expand yes
|
zstyle ':zim:input' double-dot-expand yes
|
||||||
|
|
||||||
#
|
|
||||||
# termtitle
|
|
||||||
#
|
|
||||||
|
|
||||||
# Set a custom terminal title format using prompt expansion escape sequences.
|
# Set a custom terminal title format using prompt expansion escape sequences.
|
||||||
# See http://zsh.sourceforge.net/Doc/Release/Prompt-Expansion.html#Simple-Prompt-Escapes
|
# See http://zsh.sourceforge.net/Doc/Release/Prompt-Expansion.html#Simple-Prompt-Escapes
|
||||||
# If none is provided, the default '%n@%m: %~' is used.
|
# If none is provided, the default '%n@%m: %~' is used.
|
||||||
#zstyle ':zim:termtitle' format '%1~'
|
#zstyle ':zim:termtitle' format '%1~'
|
||||||
|
|
||||||
#
|
|
||||||
# zsh-autosuggestions
|
|
||||||
#
|
|
||||||
|
|
||||||
# Customize the style that the suggestions are shown with.
|
# Customize the style that the suggestions are shown with.
|
||||||
# See https://github.com/zsh-users/zsh-autosuggestions/blob/master/README.md#suggestion-highlight-style
|
# See https://github.com/zsh-users/zsh-autosuggestions/blob/master/README.md#suggestion-highlight-style
|
||||||
#ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=10'
|
#ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=10'
|
||||||
|
|
||||||
#
|
|
||||||
# zsh-syntax-highlighting
|
|
||||||
#
|
|
||||||
|
|
||||||
# Set what highlighters will be used.
|
|
||||||
# See https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md
|
|
||||||
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets)
|
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets)
|
||||||
|
|
||||||
# Customize the main highlighter styles.
|
# Customize the main highlighter styles.
|
||||||
|
|||||||
Reference in New Issue
Block a user