Move .pki to data home (.local/share), not config

This commit is contained in:
ItsDrike 2023-08-02 01:49:08 +02:00
parent 3cc7ee31a8
commit f0ce0a249d
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
3 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
.config/pki
.local/share/pki

View file

@ -17,7 +17,7 @@ pushd "$(dirname "$0")"
# Copy over various settings
cp -a home/.pki ~ # symlink
mkdir -p ~/.confg/pki
mkdir -p ~/.local/share/pki
cp -a home/.mozilla ~ # symlink
mkdir -p ~/.config/mozilla
mkdir -p ~/.config/nv