aboutsummaryrefslogtreecommitdiff
path: root/sensitive
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-04-11 15:52:47 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-04-11 15:52:47 +0200
commit7c36e04c36413c0469bc9f2a329ad362735a0ecf (patch)
tree776ef59b60f481a7641c681520ab3f1d5dbcdba0 /sensitive
parentf765172a1d552b09714bb25da340598fca2df795 (diff)
Add weechat/sec.conf to sensitive files
Diffstat (limited to 'sensitive')
-rwxr-xr-xsensitive5
1 files changed, 4 insertions, 1 deletions
diff --git a/sensitive b/sensitive
index b79cc2b..0098524 100755
--- a/sensitive
+++ b/sensitive
@@ -1,6 +1,9 @@
#!/usr/bin/env bash
-sensitive_files=("config/aerc/accounts.conf")
+sensitive_files=(
+ "config/aerc/accounts.conf"
+ "config/weechat/sec.conf"
+)
if [[ "$1" == "update" ]]; then
echo "Updating"