1
0
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:
System Administrator
2020-09-02 13:55:23 +02:00
parent f71f19f920
commit 8e04b7fa22
2 changed files with 5 additions and 2 deletions

View File

@ -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