diff options
Diffstat (limited to 'src/constants.h')
-rw-r--r-- | src/constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constants.h b/src/constants.h index 1df4898..2168883 100644 --- a/src/constants.h +++ b/src/constants.h @@ -24,6 +24,7 @@ #define LOCKPASS_DIR ".lock-password/" #define GPGKEY_FILE ".gpg-key" +#define STD_TEXT_EDITOR "vi" #define errprint(RET, ...) \ do { \ |