Show More
@@ -2943,7 +2943,7 Defaulting color scheme to 'NoColor'""" | |||||
2943 | def magic_env(self, parameter_s=''): |
|
2943 | def magic_env(self, parameter_s=''): | |
2944 | """List environment variables.""" |
|
2944 | """List environment variables.""" | |
2945 |
|
2945 | |||
2946 |
return os.environ |
|
2946 | return dict(os.environ) | |
2947 |
|
2947 | |||
2948 | def magic_pushd(self, parameter_s=''): |
|
2948 | def magic_pushd(self, parameter_s=''): | |
2949 | """Place the current dir on stack and change directory. |
|
2949 | """Place the current dir on stack and change directory. |
General Comments 0
You need to be logged in to leave comments.
Login now