Commit a911fd58464a660e202b3ba1ad2ec6edcd86d20b

Authored by mj
1 parent 1594a880b5
Exists in master and in 2 other branches 02-merge, dev

zshrc.sh - HISTFILE

Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff

... ... @@ -32,6 +32,10 @@ plugins=(command-not-found common-aliases debian dirhistory git history history-
32 32 export PATH=$HOME/bin:/usr/local/bin:$PATH
33 33 # export MANPATH="/usr/local/man:$MANPATH"
34 34  
  35 +export HISTFILESIZE=
  36 +export HISTSIZE=
  37 +export HISTFILE=~/.history
  38 +
35 39 source $ZSH/oh-my-zsh.sh
36 40  
37 41 if [ -f ~/.config/zsh-config/templates/bash_aliases.sh ]; then