aboutsummaryrefslogtreecommitdiff
path: root/sensitive
diff options
context:
space:
mode:
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"