From: Vlad <52591095+MeanderingProgrammer@users.noreply.github.com> Date: Tue, 23 Apr 2024 11:21:49 +0000 (-0700) Subject: Add zsh_sessions entry to zsh (#394) X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/a7eef02fd7f8abf43ac56f37542b95ff906b8c1f?hp=a7eef02fd7f8abf43ac56f37542b95ff906b8c1f Add zsh_sessions entry to zsh (#394) ## Details Some info on the .zsh_sessions file can be found here: https://apple.stackexchange.com/questions/427561/macos-zsh-sessions-zsh-history-and-setopt-append-history It only gets generated on MacOS when using the default terminal and can be disabled in the user zshenv file. ---