Add ~/.dart-tool to cleanhome function
This commit is contained in:
parent
42643cc3d7
commit
19f6fe72e3
1 changed files with 2 additions and 1 deletions
|
@ -84,7 +84,8 @@ function cleanhome() {
|
|||
"${HOME}/.pki" "${HOME}/.vnc" "${HOME}/.yarn" "${HOME}/go" "${HOME}/.lesshst" \
|
||||
"${HOME}/.wget-hsts" "${HOME}/.yarnrc" "${HOME}/package-lock.json" "${HOME}/package.json" \
|
||||
"${HOME}/node_modules" "${HOME}/.npmrc" "${HOME}/.gtkrc-2.0" "${HOME}/.electron-gyp" \
|
||||
"${HOME}/.python_history" "${HOME}/.m2/repositories" "${HOME}/.mono" "${HOME}/.local/share/NuGet"
|
||||
"${HOME}/.python_history" "${HOME}/.m2/repositories" "${HOME}/.mono" "${HOME}/.local/share/NuGet" \
|
||||
"${HOME}/.dart-tool"
|
||||
}
|
||||
|
||||
function extract(){
|
||||
|
|
Loading…
Reference in a new issue