Polish zshrc

This commit is contained in:
Salt 2017-08-14 15:32:09 -05:00
parent 2f61776392
commit 4ba9563c43

5
.zshrc
View File

@ -2,16 +2,13 @@
HISTFILE=~/.histfile HISTFILE=~/.histfile
HISTSIZE=1000 HISTSIZE=1000
SAVEHIST=1000 SAVEHIST=1000
setopt appendhistory autocd extendedglob nomatch setopt appendhistory autocd correctall extendedglob nomatch
unsetopt beep notify unsetopt beep notify
bindkey -v bindkey -v
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/home/salt/.zshrc' zstyle :compinstall filename '/home/salt/.zshrc'
autoload -Uz compinit autoload -Uz compinit
compinit compinit
# End of lines added by compinstall
# Append folders to PATH # Append folders to PATH
export PATH="$PATH:$HOME/.bin:$HOME/.local/bin" export PATH="$PATH:$HOME/.bin:$HOME/.local/bin"