From ba2feef4d68500ec7a6ae0e296b0eea3f0e049a1 Mon Sep 17 00:00:00 2001 From: Bob van de Vijver Date: Sun, 31 Dec 2017 18:09:40 +0100 Subject: [PATCH] Added line on default editor --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 3253ffd..4f6fdfe 100755 --- a/readme.md +++ b/readme.md @@ -55,6 +55,7 @@ npm install -g gitlab-time-tracker ``` Run the config command to create a config file and open it in your default editor. +In linux terminal, you must set your preferred editor in the environment. For example, use `export EDITOR=vim` to edit the files with vim (put this in `.bashrc` or similar to have it always configured). If nothing happens, open the file manually: `~/.gtt/config.yml` - on Windows: `C:\Users\YourUserName\.gtt\config.yml` ```shell