1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 12:30:32 +01:00

Shared history

This commit is contained in:
Bert Peters
2016-01-15 09:36:41 +01:00
parent 63b33b6a08
commit 83d4f6f57f

4
zshrc
View File

@@ -19,6 +19,10 @@ prompt bart
# No dupes in history
setopt HIST_IGNORE_DUPS
# Shared history between sessions
setopt inc_append_history
setopt share_history
# Setup the CNF hook
if [[ -s /usr/share/doc/pkgfile/command-not-found.zsh ]]; then
source /usr/share/doc/pkgfile/command-not-found.zsh