summaryrefslogtreecommitdiff
path: root/key.proto
diff options
context:
space:
mode:
Diffstat (limited to 'key.proto')
-rw-r--r--key.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/key.proto b/key.proto
index 75921b1..187531a 100644
--- a/key.proto
+++ b/key.proto
@@ -17,4 +17,5 @@ message Keys { // `autogenpb:marshal` `autogenpb:nomu
repeated Key keys = 3;
string filename = 4; // can store where the filename is so that saves can be automated
bool init = 5; // can store where the filename is so that saves can be automated
+ string homeDir = 6; // always need this. Converts "~" into "/home/turing"
}