From ab4bb4e4803a9de9eba7f3f2daabd54154fb0eab Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Wed, 19 Aug 2020 12:28:13 +0100 Subject: [PATCH] zsh: enabled extendedhistory This saves timestamps and command durations for all history entries Signed-off-by: Joe Groocock --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 29fc903..a592452 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -42,7 +42,7 @@ if exists tput; then fi # Set some useful ZSH/Bash options -setopt sharehistory histignorealldups histignorespace histreduceblanks +setopt sharehistory extendedhistory histignorealldups histignorespace histreduceblanks setopt pathdirs autocd autopushd extendedglob nullglob alwaystoend interactivecomments dvorak zstyle ':completion:*:sudo|_::' environ PATH="/sbin:/usr/sbin:$PATH" HOME="/root"