Change default editor to /usr/bin/vi
vim might not be installed for whatever odd reason, so fall back to vi.
This commit is contained in:
parent
6846f2a586
commit
a23a6f6d04
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ epel_ok_comaint = ['alexlan', 'guidograzioli', 'jwrdegoede', 'kkofler',
|
|||
'mebourne', 'overholt', 'pgordon', 'rishi', 'snirkel']
|
||||
|
||||
PAGER = os.environ.get('PAGER') or '/usr/bin/less'
|
||||
EDITOR = os.environ.get('EDITOR') or '/usr/bin/vim'
|
||||
EDITOR = os.environ.get('EDITOR') or '/usr/bin/vi'
|
||||
|
||||
# Override a method in xmlrpclib so it doesn't blow up when getting crap data
|
||||
# from Red Hat's bugzilla.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue