[Man] Add EDITOR env variable - notes - a console notes manager using git | |
Log | |
Files | |
Refs | |
Tags | |
LICENSE | |
--- | |
commit 6018bd950257b3deb3375fc36daa43dd64994e7b | |
parent fd45c4efcd7db3752ef32d75bc2d032ecfe7509c | |
Author: Solene Rapenne <[email protected]> | |
Date: Sat, 14 Jul 2018 18:39:05 +0200 | |
[Man] Add EDITOR env variable | |
Diffstat: | |
M notes.1 | 5 ++++- | |
1 file changed, 4 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/notes.1 b/notes.1 | |
@@ -82,12 +82,15 @@ default directory where | |
.Nm | |
will create a git repository. | |
.Sh ENVIRONMENT | |
-.Bl -tag -width REPO | |
+.Bl -tag -width EDITOR | |
.It Ev REPO | |
The directory where | |
.Nm | |
will work from. It will override the default directory or allows to takes | |
notes in different repositories. | |
+.It Ev EDITOR | |
+The location of the text editor used by | |
+.Nm | |
.Sh EXIT | |
.Ex -std notes | |
.Sh SEE ALSO |