File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,9 +114,9 @@ def start():
114
114
def getSysPath ():
115
115
command = ""
116
116
if platform .system () == "Darwin" :
117
- command = "TERM=ansi CLICOLOR=\" \" SUBLIME=1 /usr/bin/login -fqpl $USER $SHELL -l -c 'TERM=ansi CLICOLOR=\" \" SUBLIME=1 printf \" %s\" \" $PATH\" '"
117
+ command = "env TERM=ansi CLICOLOR=\" \" SUBLIME=1 /usr/bin/login -fqpl $USER $SHELL -l -c 'TERM=ansi CLICOLOR=\" \" SUBLIME=1 printf \" %s\" \" $PATH\" '"
118
118
elif platform .system () == "Linux" :
119
- command = "TERM=ansi CLICOLOR=\" \" SUBLIME=1 $SHELL --login -c 'TERM=ansi CLICOLOR=\" \" printf \" %s\" $PATH'"
119
+ command = "env TERM=ansi CLICOLOR=\" \" SUBLIME=1 $SHELL --login -c 'TERM=ansi CLICOLOR=\" \" printf \" %s\" $PATH'"
120
120
else :
121
121
return ""
122
122
You can’t perform that action at this time.
0 commit comments