1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

zsh: enabled extendedhistory

This saves timestamps and command durations for all history entries

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
Joe Groocock 2020-08-19 12:28:13 +01:00
parent 2cace82b29
commit ab4bb4e480
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -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"