Skip to content

Instantly share code, notes, and snippets.

@zhaochunqi
Created June 22, 2014 07:06
Show Gist options
  • Save zhaochunqi/f4168f2c84b55afcb10e to your computer and use it in GitHub Desktop.
Save zhaochunqi/f4168f2c84b55afcb10e to your computer and use it in GitHub Desktop.
删除IntellijIdea中的项目
#!/bin/zsh
cd ~
cd Library/Preferences/IntelliJIdea13/options
vi other.xml
#本脚本用来删除IntelljIdea中的项目,因为只删除文件的话,实际上在配置文件中它还是写着的,所以要进入others.xml找到对应的项目名称删除即可。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment