about summary refs log tree commit diff stats
path: root/ayu
diff options
context:
space:
mode:
authorAoi Koizumi <novaburst@kalli.st>2022-01-22 00:06:33 -0300
committerAoi Koizumi <novaburst@kalli.st>2022-01-22 00:06:33 -0300
commitc9e2e86b097d9e5b86f00aeeeedb18fce68e5ead (patch)
tree321e8990b30490bb4fed0c39330ecc9c5142172b /ayu
parentbdc09eea7c2118bd0aabea76c0027c16997767a8 (diff)
downloadayu-c9e2e86b097d9e5b86f00aeeeedb18fce68e5ead.tar.gz
's/\~\//^$HOME/g'
Signed-off-by: Aoi Koizumi <novaburst@kalli.st>
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}"