diff options
| author | Alex Leferry 2 <alexherbo2@gmail.com> | 2020-02-20 01:08:22 +0100 |
|---|---|---|
| committer | Alex Leferry 2 <alexherbo2@gmail.com> | 2020-06-18 14:33:34 +0200 |
| commit | 0b6cdfee874877d05958f28ee30744c9bfc75c5d (patch) | |
| tree | 44d59a4c747319e818d0f40558f94ac0b18aef75 /rc/env/git.env | |
| parent | 3ccce2f23ff0001b8528fce41a7ab18ab8347bdf (diff) | |
Add a -wait switch to the edit shell command
Fixes #8
Diffstat (limited to 'rc/env/git.env')
| -rw-r--r-- | rc/env/git.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/env/git.env b/rc/env/git.env index cb937da..83ff9c0 100644 --- a/rc/env/git.env +++ b/rc/env/git.env @@ -1 +1 @@ -export GIT_EDITOR=edit +export GIT_EDITOR='edit -wait' |
