summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorrafa_99 <raroma09@gmail.com>2022-08-01 03:17:19 +0100
committerrafa_99 <raroma09@gmail.com>2022-08-01 03:17:19 +0100
commit641d125e23e0ec0ef80cecb295b56d0b0d1cc492 (patch)
tree392bb94455974fdc3b09122ff7af78d6a82284d7 /misc
parent775e44961b6c5983b67c4a641c8eddb9213916e7 (diff)
Updated fix for gnupg folder
Diffstat (limited to 'misc')
-rw-r--r--misc/.config/misc/aliasrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/.config/misc/aliasrc b/misc/.config/misc/aliasrc
index 66b78cb..053439a 100644
--- a/misc/.config/misc/aliasrc
+++ b/misc/.config/misc/aliasrc
@@ -27,3 +27,4 @@ alias grep='grep -i' \
dl='curl -LO' \
m='udisksctl mount -b' \
u='udisksctl unmount -b' \
+ fixpg='find "$GNUPGHOME" -type f | xargs -I {} chmod 600 {} && find "$GNUPGHOME" -type d | xargs -I {} chmod 700 {}'