0
0

more powerline

This commit is contained in:
parent 360ea53a11
commit f90a6d5bfc
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C
148 changed files with 87 additions and 10 deletions

2
.gitignore vendored

@ -3,3 +3,5 @@
/scoop
/dlv
/enchant
**/*.swp
**/*.pyc

@ -1,4 +1,4 @@
#!/opt/python/bin/python3
#!/usr/bin/python3
# vim:fileencoding=utf-8:noet
from __future__ import (unicode_literals, division, absolute_import, print_function)

@ -1,4 +1,4 @@
#!/opt/python/bin/python3
#!/usr/bin/python3
# vim:fileencoding=utf-8:noet
from __future__ import (unicode_literals, division, absolute_import, print_function)

@ -1,4 +1,4 @@
#!/opt/python/bin/python3
#!/usr/bin/python3
# vim:fileencoding=utf-8:noet
from __future__ import (unicode_literals, division, absolute_import, print_function)

@ -1,4 +1,4 @@
#!/opt/python/bin/python3
#!/usr/bin/python3
# vim:fileencoding=utf-8:noet
from __future__ import (unicode_literals, division, absolute_import, print_function)

Some files were not shown because too many files have changed in this diff Show More