parent
fbf4141fb3
commit
db42d33130
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import os
|
|||
COMMANDS_PREFIX = 'cd-'
|
||||
|
||||
|
||||
def cd_list_environment:
|
||||
def cd_list_environment():
|
||||
for variable, value in os.environ:
|
||||
print(variable, value)
|
||||
|
||||
|
|
Loading…
Reference in a new issue