Histfile added to zsh
This commit is contained in:
parent
7d157f9024
commit
ec8d1f7378
1 changed files with 11 additions and 0 deletions
11
zshrc
11
zshrc
|
@ -2,6 +2,17 @@
|
|||
# Setup variables
|
||||
PATH="${PATH}:/usr/local/bin:${HOME}/bin"
|
||||
|
||||
HISTFILE=~/.zsh/histfile
|
||||
HISTSIZE=1000
|
||||
SAVEHIST=1000
|
||||
|
||||
setopt notify
|
||||
|
||||
zstyle :compinstall filename '/home/slash/.zshrc'
|
||||
|
||||
autoload -Uz compinit
|
||||
compinit
|
||||
|
||||
export LESS_TERMCAP_mb=$'\e[1;37m'
|
||||
export LESS_TERMCAP_md=$'\e[1;37m'
|
||||
export LESS_TERMCAP_me=$'\e[0m'
|
||||
|
|
Loading…
Reference in a new issue