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 Dec 21, 2023
1 parent 52dfc33 commit 8a89361
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions templates/zshrc.zsh-template
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh
export PATH=$HOME/bin:/usr/local/bin:/usr/bin:$PATH
cd $HOME

# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
Expand Down Expand Up @@ -107,9 +105,15 @@ source $ZSH/oh-my-zsh.sh
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'

# I don't like git using less as default pager, so I override it here
export GIT_PAGER='cat'
ZSH_THEME="blecher.at-agnoster"

export PATH=$HOME/bin:/usr/local/bin:/usr/bin:$PATH
cd $HOME

0 comments on commit 8a89361

Please sign in to comment.