diff options
author | ncanceill <nicolas.canceill@ens-cachan.org> | 2014-07-08 16:49:05 +0200 |
---|---|---|
committer | ncanceill <nicolas.canceill@ens-cachan.org> | 2014-07-16 12:27:01 +0200 |
commit | 5756ea0101dc60f5c5d3874a4a5baf58647aec9d (patch) | |
tree | c1d59e983d479054db5b169febd9d8d8853bc62a /plugins/git-prompt | |
parent | a6b655fae9640873c1629abe7ba25f4823f4b714 (diff) | |
download | zsh-5756ea0101dc60f5c5d3874a4a5baf58647aec9d.tar.gz zsh-5756ea0101dc60f5c5d3874a4a5baf58647aec9d.tar.bz2 zsh-5756ea0101dc60f5c5d3874a4a5baf58647aec9d.zip |
Revert "specify python2 in shebang"
"/usr/bin/python2" does not exist on Mac OSX (see #2382), so fuck people who have
"python" symlinked to "python3"
This reverts commit e5ed07e2b5740346d2a32b3a47204612d8808723
Diffstat (limited to 'plugins/git-prompt')
-rw-r--r-- | plugins/git-prompt/gitstatus.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/git-prompt/gitstatus.py b/plugins/git-prompt/gitstatus.py index c665a9ee1..256841432 100644 --- a/plugins/git-prompt/gitstatus.py +++ b/plugins/git-prompt/gitstatus.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python # -*- coding: UTF-8 -*- from subprocess import Popen, PIPE import re |