Update history length
This commit is contained in:
parent
67cdb5a0f0
commit
86c4d7c2a0
1 changed files with 6 additions and 0 deletions
6
.zshrc
6
.zshrc
|
@ -11,6 +11,12 @@ ZSH_THEME="robbyrussell"
|
||||||
chpwd() {
|
chpwd() {
|
||||||
ls -lvh --color=auto
|
ls -lvh --color=auto
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Larger history
|
||||||
|
HISTSIZE=10000
|
||||||
|
HISTFILE=~/.zsh_history
|
||||||
|
SAVEHIST=10000
|
||||||
|
|
||||||
# Example aliases
|
# Example aliases
|
||||||
# alias zshconfig="mate ~/.zshrc"
|
# alias zshconfig="mate ~/.zshrc"
|
||||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||||
|
|
Loading…
Reference in a new issue