4 lines
96 B
Bash
4 lines
96 B
Bash
HISTSIZE=1000
|
|
SAVEHIST=1000
|
|
HISTFILE=~/.zsh_history
|
|
DEFAULT_PYTHON_VENV="${HOME}/.local/python"
|