[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Pas d'historique de zsh en root



salut,


Le Fri, Jun 23, 2023 at 06:17:03AM +0000, benoit a écrit :
> Voici mon .zshrc
> Pourquoi est-ce que je n'ai pas d'historique en root ?

pas le temps de plonger dans la doc mais je viens de tester
ma conf:

	HISTSIZE=5000 HISTFILE=~/zsh/history SAVEHIST=5000
	# setopt share_history
	setopt INC_APPEND_HISTORY
	setopt EXTENDED_HISTORY
	setopt HIST_IGNORE_SPACE
	setopt HIST_IGNORE_ALL_DUPS
	setopt HIST_FIND_NO_DUPS
	setopt HIST_SAVE_NO_DUPS

je passe root avec doas zsh et ça fonctionne.

est-ce suffisant?

marc





Reply to: