From 22d0c9e3911ec8020da2592cc6e17dd52c1d7ae3 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sun, 5 Oct 2025 16:05:44 +0200 Subject: [PATCH] Update .zshrc --- home/dot_zshrc | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/home/dot_zshrc b/home/dot_zshrc index 73eaca2..501c02b 100644 --- a/home/dot_zshrc +++ b/home/dot_zshrc @@ -37,51 +37,26 @@ ZOXIDE_CMD_OVERRIDE=cd # Module configuration # -------------------- -# -# completion -# +zstyle ':zim:module' skip 'prompt' # Set a custom path for the completion dump file. # If none is provided, the default ${ZDOTDIR:-${HOME}}/.zcompdump is used. #zstyle ':zim:completion' dumpfile "${ZDOTDIR:-${HOME}}/.zcompdump-${ZSH_VERSION}" -# -# git -# - # Set a custom prefix for the generated aliases. The default prefix is 'G'. #zstyle ':zim:git' aliases-prefix 'g' -# -# input -# - # Append `../` to your input for each `.` you type after an initial `..` zstyle ':zim:input' double-dot-expand yes -# -# termtitle -# - # Set a custom terminal title format using prompt expansion escape sequences. # See http://zsh.sourceforge.net/Doc/Release/Prompt-Expansion.html#Simple-Prompt-Escapes # If none is provided, the default '%n@%m: %~' is used. #zstyle ':zim:termtitle' format '%1~' -# -# zsh-autosuggestions -# - # Customize the style that the suggestions are shown with. # See https://github.com/zsh-users/zsh-autosuggestions/blob/master/README.md#suggestion-highlight-style #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) # Customize the main highlighter styles.