Commit 4929673f authored by Marco Mariani's avatar Marco Mariani

do not use absolute path for vi

parent 839e3b53
......@@ -8,7 +8,7 @@ import sys
import os
# hack to avoid a bug in cmd2: https://bitbucket.org/catherinedevlin/cmd2/issue/1/silent-editor-check
# must be done before importing cliff
os.environ.setdefault('EDITOR', '/bin/vi')
os.environ.setdefault('EDITOR', 'vi')
import cliff
import cliff.app
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment