意外粘贴了来自windows bash shell的“set”代码


0

我用过 set 使用bash shell在windows上设置一些环境变量。我不确定我做了什么,也不知道这些活动在哪里。

当我做 set 从命令提示符我看到一些变量。当我做 set 从我的bash我看到这样的事情:

WINDIR='C:\Windows'
_=
__git_all_commands=
__git_diff_algorithms='myers minimal patience histogram'
... much more

我怎样才能撤消这个,它在哪里生活?

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.