【发布时间】:2021-12-09 14:40:00
【问题描述】:
我能够访问并编辑我的.bash_profile,但只能使用缺少我想要的功能的 nano。如何在外部应用程序(例如 vscode)中编辑我的.bash_profile?
我使用的是 Windows 10,它不会显示在搜索中或当我在资源管理器的主目录中检查“隐藏项目”时
【问题讨论】:
标签: bash visual-studio-code command-line-interface hidden-files
我能够访问并编辑我的.bash_profile,但只能使用缺少我想要的功能的 nano。如何在外部应用程序(例如 vscode)中编辑我的.bash_profile?
我使用的是 Windows 10,它不会显示在搜索中或当我在资源管理器的主目录中检查“隐藏项目”时
【问题讨论】:
标签: bash visual-studio-code command-line-interface hidden-files
您可以在终端“code .bash_profile”中尝试此操作以在 vscode 中打开它,“pluma .bash_profile”以使用 pluma 等打开它
或者您可以 ctrl+h 查看隐藏文件,然后在文件管理器中,[右键单击或左键单击] 选择打开方式,然后使用您选择的其他程序打开它。
【讨论】: