mirror of
https://github.com/SoPat712/dotfiles.git
synced 2025-12-26 16:37:21 -05:00
first commit
This commit is contained in:
8
zsh/.zsh_profile
Normal file
8
zsh/.zsh_profile
Normal file
@@ -0,0 +1,8 @@
|
||||
export HISTSIZE=5000
|
||||
export SAVEHIST=10000
|
||||
HISTFILE=~/.cache/zsh/history
|
||||
setopt EXTENDED_HISTORY # Write the history file in the ":start:elapsed;command" format.
|
||||
setopt INC_APPEND_HISTORY # Write to the history file immediately, not when the shell exits.
|
||||
setopt SHARE_HISTORY # Share history between all sessions.
|
||||
setopt HIST_EXPIRE_DUPS_FIRST # Expire duplicate entries first when trimming history.
|
||||
setopt HIST_IGNORE_DUPS # Don't record an entry that was just recorded again.
|
||||
Reference in New Issue
Block a user