From 7bb7b3595a443a7e52f9f83e12340602cccd0148 Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 18 Jul 2023 00:20:12 -0500 Subject: Add anonsh for private shell hist --- zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zsh/.zshrc') diff --git a/zsh/.zshrc b/zsh/.zshrc index d11c091..70b5fef 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -11,6 +11,9 @@ setopt HIST_REDUCE_BLANKS _SH="zsh" +fpath=("$XDG_CONFIG_HOME"/zsh/functions(:A) $fpath) +autoload -Uz anonsh + if [ -f "$XDG_CONFIG_HOME"/sh/aliases ]; then source "$XDG_CONFIG_HOME"/sh/aliases fi -- cgit v1.2.3