zsh/home/.zsh/interactive/history

5 lines
87 B
Bash

#! zsh
export HISTFILE=~/.zsh/zhistory
export HISTSIZE=50000
export SAVEHIST=$HISTSIZE