From 16c62ade603898e1a6a2b4c51dffb64ed719bad7 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 23 Mar 2022 03:42:35 +0100 Subject: [PATCH] Remove oh-my-zsh-ism (?) --- .config/zsh/.zshrc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 4faea7e..9f7758c 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -62,16 +62,13 @@ async_init ############################# History ########################################## export HISTSIZE=50000 # In memory. export SAVEHIST=10000 # On disk. -# Stamp shown in the history command output. -# The optional three formats: "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd" -HIST_STAMPS="yyyy-mm-dd" # Write command to history file after it is finished, with time and duration. setopt NO_SHARE_HISTORY EXTENDED_HISTORY INC_APPEND_HISTORY_TIME -# setopt EXTENDED_HISTORY SHARE_HISTORY +# setopt NO_INC_APPEND_HISTORY_TIME EXTENDED_HISTORY SHARE_HISTORY setopt HIST_EXPIRE_DUPS_FIRST HIST_IGNORE_DUPS setopt HIST_IGNORE_SPACE HIST_REDUCE_BLANKS HIST_VERIFY -# Import new commands from the history file. +# Import new commands from the history file function _precmd_history { fc -R