ZSH: Clean up .zshrc a little bit
This commit is contained in:
parent
976318d444
commit
a43daae5e1
8
.zshrc
8
.zshrc
@ -12,16 +12,10 @@ ZSH_THEME="theunraveler"
|
|||||||
#HYPHEN_INSENSITIVE="true"
|
#HYPHEN_INSENSITIVE="true"
|
||||||
#DISABLE_AUTO_UPDATE="true"
|
#DISABLE_AUTO_UPDATE="true"
|
||||||
#export UPDATE_ZSH_DAYS=13
|
#export UPDATE_ZSH_DAYS=13
|
||||||
#DISABLE_LS_COLORS="true"
|
|
||||||
#DISABLE_AUTO_TITLE="true"
|
#DISABLE_AUTO_TITLE="true"
|
||||||
#ENABLE_CORRECTION="true"
|
#ENABLE_CORRECTION="true"
|
||||||
#COMPLETION_WAITING_DOTS="true"
|
#COMPLETION_WAITING_DOTS="true"
|
||||||
#DISABLE_UNTRACKED_FILES_DIRTY="true"
|
#DISABLE_UNTRACKED_FILES_DIRTY="true"
|
||||||
# The optional three formats: "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"
|
|
||||||
#HIST_STAMPS="mm/dd/yyyy"
|
|
||||||
|
|
||||||
# Would you like to use another custom folder than $ZSH/custom?
|
|
||||||
#ZSH_CUSTOM=/path/to/new-custom-folder
|
|
||||||
|
|
||||||
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
||||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||||
@ -45,11 +39,11 @@ POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status vcs vi_mode)
|
|||||||
HISTFILE=~/.histfile
|
HISTFILE=~/.histfile
|
||||||
HISTSIZE=1000
|
HISTSIZE=1000
|
||||||
SAVEHIST=1000
|
SAVEHIST=1000
|
||||||
|
|
||||||
setopt appendhistory autocd correctall extendedglob nomatch
|
setopt appendhistory autocd correctall extendedglob nomatch
|
||||||
unsetopt beep notify
|
unsetopt beep notify
|
||||||
bindkey -v
|
bindkey -v
|
||||||
zstyle :compinstall filename '/home/salt/.zshrc'
|
zstyle :compinstall filename '/home/salt/.zshrc'
|
||||||
|
|
||||||
autoload -Uz compinit
|
autoload -Uz compinit
|
||||||
compinit
|
compinit
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user