parent
c3cbee968f
commit
608c3711e9
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ from rwx import ps
|
|||
COMMANDS_PREFIX = 'cd-'
|
||||
|
||||
environment = sorted(os.environ.items())
|
||||
project = Project()
|
||||
project = Project(environment)
|
||||
projects = Projects(environment)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue