From a43daae5e160fbd3e8804d349a33d7c8dc0419b5 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 20 Aug 2017 18:02:13 -0500 Subject: [PATCH] ZSH: Clean up .zshrc a little bit --- .zshrc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.zshrc b/.zshrc index 35cbe3e5..9688357d 100644 --- a/.zshrc +++ b/.zshrc @@ -12,16 +12,10 @@ ZSH_THEME="theunraveler" #HYPHEN_INSENSITIVE="true" #DISABLE_AUTO_UPDATE="true" #export UPDATE_ZSH_DAYS=13 -#DISABLE_LS_COLORS="true" #DISABLE_AUTO_TITLE="true" #ENABLE_CORRECTION="true" #COMPLETION_WAITING_DOTS="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/*) # 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 HISTSIZE=1000 SAVEHIST=1000 + setopt appendhistory autocd correctall extendedglob nomatch unsetopt beep notify bindkey -v zstyle :compinstall filename '/home/salt/.zshrc' - autoload -Uz compinit compinit