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