m-rey / dotfiles

my personal dotfiles, managed using chezmoi
GNU General Public License v3.0
7 stars 2 forks source link

Fix zsh/bash history config #11

Open m-rey opened 3 years ago

m-rey commented 3 years ago

I intended the my zsh/bash history to be store be "unlimited". This currently isn't the case. Thus some research is needed to make the appropriate changes to the dotfiles.

m-rey commented 3 years ago

This was fixed in 67d5a12.

I'll reopen the issue if it still persists. For now it seems to work.

m-rey commented 2 years ago

This isn't quite solved. The zsh history is mostly written to ~/.zsh_history, even though ~/.zshenv sets the env var ZDOTDIR to $HOME/.config/zsh and then sources $ZDOTDIR/.zshenv.