Skip to content

Commit

Permalink
Set zsh history SAVEHIST & HISTSIZE to 1M
Browse files Browse the repository at this point in the history
  • Loading branch information
dskecse committed Nov 11, 2023
1 parent a36438b commit 9bd98ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions exports
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/usr/bin/env bash

# https://www.soberkoder.com/better-zsh-history/
# This sets the number of commands to store in HISTFILE
export SAVEHIST=1000000
# This sets the number of commands to load into memory from HISTFILE
export HISTSIZE=1000000
export RI="--format ansi"
export HOMEBREW_NO_ANALYTICS=1
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
Expand Down

0 comments on commit 9bd98ac

Please sign in to comment.