mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Don't use oh-my-zsh by default
This commit is contained in:
parent
ba0bdefa6f
commit
4c57e4cc3d
12
home/.zshrc
12
home/.zshrc
|
@ -10,12 +10,12 @@ HISTFILE="$ZSH_CACHE/history"
|
|||
HISTSIZE=10000
|
||||
SAVEHIST=10000
|
||||
|
||||
# oh-my-zsh configuration
|
||||
export ZSH="/usr/share/oh-my-zsh"
|
||||
ZSH_THEME="af-magic"
|
||||
UPDATE_ZSH_DAYS=5
|
||||
ENABLE_CORRECTION="false"
|
||||
source $ZSH/oh-my-zsh.sh # Run oh-my-zsh
|
||||
# oh-my-zsh configuration (DISABLED by default, if you want oh-my-zsh, uncomment these)
|
||||
#export ZSH="/usr/share/oh-my-zsh"
|
||||
#ZSH_THEME="af-magic"
|
||||
#UPDATE_ZSH_DAYS=8
|
||||
#ENABLE_CORRECTION="false"
|
||||
#source $ZSH/oh-my-zsh.sh # Run oh-my-zsh
|
||||
|
||||
# Basic auto/tab complete
|
||||
autoload -Uz compinit
|
||||
|
|
Loading…
Reference in a new issue