From 3ec45a7082c61860c9a03420f5d91d0e48da9d62 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Fri, 17 Apr 2026 16:42:53 +0200 Subject: [PATCH] zshrc: don't auto update --- files/shell/.zshrc | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/files/shell/.zshrc b/files/shell/.zshrc index 2f7055f..82bf12c 100644 --- a/files/shell/.zshrc +++ b/files/shell/.zshrc @@ -2,23 +2,12 @@ export ZSH="$HOME/.oh-my-zsh" ZSH_THEME="afowler" -# Uncomment the following line if pasting URLs and other text is messed up. -# DISABLE_MAGIC_FUNCTIONS="true" - -# Uncomment the following line to display red dots whilst waiting for completion. -# You can also set it to another string to have that shown instead of the default red dots. -# e.g. COMPLETION_WAITING_DOTS="%F{yellow}waiting...%f" -# Caution: this setting can cause issues with multiline prompts in zsh < 5.7.1 (see #5765) COMPLETION_WAITING_DOTS="true" - -# Uncomment the following line if you want to disable marking untracked files -# under VCS as dirty. This makes repository status check for large repositories -# much, much faster. -# DISABLE_UNTRACKED_FILES_DIRTY="true" plugins=(git colored-man-pages rust ssh-agent) zstyle :omz:plugins:ssh-agent helper sshaskpass +zstyle :omz:update mode disabled bindkey ^F forward-word bindkey ^B backward-word