mirror of
https://github.com/akelge/zsh
synced 2025-07-04 05:29:06 +00:00
Fixed to history and debug prompt
This commit is contained in:
@ -12,9 +12,10 @@ LOGD=/var/log
|
||||
[ -z "$PS1" ] && return
|
||||
|
||||
## Vars only for interactive sessions
|
||||
SAVEHIST=500
|
||||
SAVEHIST=10000000
|
||||
HISTFILE=~/.history
|
||||
HISTSIZE=10000
|
||||
HISTFILESIZE=10000000
|
||||
HISTSIZE=10000000
|
||||
|
||||
PYTHONSTARTUP=~/.pythonrc.py
|
||||
LOGCHECK=30
|
||||
|
Reference in New Issue
Block a user