about summary refs log tree commit diff stats
path: root/ayu
diff options
context:
space:
mode:
Diffstat (limited to 'ayu')
-rwxr-xr-xayu4
1 files changed, 2 insertions, 2 deletions
diff --git a/ayu b/ayu
index 719f037..23ab4ec 100755
--- a/ayu
+++ b/ayu
@@ -3,10 +3,10 @@
 # ayu(1) - an actually boring password manager, which uses age(1) as backend.
 
 # Path to the program's directory
-ayu_dir="${ayu_dir:-~/.config/ayu}"
+ayu_dir="${ayu_dir:-$HOME/.config/ayu}"
 
 # Path to the password store
-ayu_store="${ayu_store:-/.ayu}"
+ayu_store="${ayu_store:-$HOME/.ayu}"
 
 # Path to the age(1) keys
 ayu_key="${ayu_key:-${ayu_dir}/sec.age}"