Skip to content

Commit

Permalink
Update zshrc.zsh-template
Browse files Browse the repository at this point in the history
  • Loading branch information
blecher-at authored Jan 8, 2024
1 parent 4c11d46 commit b1ac676
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/zshrc.zsh-template
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ ZSH_THEME="blecher.at-agnoster"
# Add wisely, as too many plugins slow down shell startup.
plugins=(git)

# disable automatic updates
zstyle ':omz:update' mode disabled

source $ZSH/oh-my-zsh.sh

# User configuration
Expand Down Expand Up @@ -108,8 +111,6 @@ EDITOR='vim'
bindkey "^[[5~" history-beginning-search-backward
bindkey "^[[6~" history-beginning-search-forward

# disable automatic updates
zstyle ':omz:update' mode disabled

# VIM needs this to use colors
export TERM='xterm-256color'
Expand Down

0 comments on commit b1ac676

Please sign in to comment.