sorin-ionescu / prezto

The configuration framework for Zsh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

history command only shows the last item

ngocphamm opened this issue · comments

Description

As title, after updating to latest version for the history module (using zinit, executing history command only shows the last command I had in my history.

It was working fine before this commit e14fdff.

I found out that it works again if I have zstyle ':prezto:module:history' histsize <number> set.

Expected behavior

history command shows more commands in my history. I'm not even sure what's the default number is but here I get 16 commands.

Actual behavior

history command only shows the last command in my history.

Steps to Reproduce

  1. Start a new zsh session
  2. Execute some commands
  3. Exit the session (so the commands are being saved to the history file)
  4. Start a new zsh session
  5. Execute history command
  6. See only the last command is displayed

Versions

  • Prezto commit: 5ca892d (because I use zinit so this is the latest commit to the history module)
  • ZSH version: 5.9
  • OS information: macOS 13.4.1