carbon-config

config submodule of carbon-core-system
git clone https://ccx.te2000.cz/git/carbon-config
Log | Files | Refs

commit 87a8c79e38ed8e6efd67de24999436d5bccbb62a
parent 7dbcaf04cec1aba94af26731e99ef744a6b1a912
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Wed, 27 Jul 2022 02:44:19 +0200

Create .local/share/zsh for HISTFILE

Diffstat:
Mpostinstall | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/postinstall b/postinstall @@ -87,7 +87,7 @@ setup_static_symlinks() { setup_skel() { local f l h=/root - (umask 077 && mkdir -p $h/.{config,cache,local/{share,state}}) || return $? + (umask 077 && mkdir -p $h/.{config,cache,local/{share/zsh,state}}) || return $? for f in conf/skel/**/*(.D); do l=$h/${f#conf/skel/} [[ -e $l ]] && continue