marvinkreis / rofi-file-browser-extended

Use rofi to quickly open files
MIT License
241 stars 15 forks source link

Don't hardcode python path #1

Closed DaveDavenport closed 6 years ago

DaveDavenport commented 6 years ago

In convert_dict please do not use

#!/bin/python

Prefer:

#!/usr/bin/env python

commit: 4178aa6495ed6c463d4e13200f78739f93e5e612

DaveDavenport commented 6 years ago

thx