4 lines
87 B
Bash
4 lines
87 B
Bash
#! zsh
|
|
export HISTFILE=~/.zsh/zhistory
|
|
export HISTSIZE=50000
|
|
export SAVEHIST=$HISTSIZE
|