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:
parent
2cace82b29
commit
ab4bb4e480
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user