diff --git a/config/zsh/.zshrc b/config/zsh/.zshrc index ff11683..aaa4038 100644 --- a/config/zsh/.zshrc +++ b/config/zsh/.zshrc @@ -64,6 +64,9 @@ if [[ -f "${HOME}/.note" ]]; then echo fi +# cleaning +rm -rf "${HOME}/.warprc" + # local settings if [[ -f "${HOME}/.local/config/zsh" ]]; then source "${HOME}/.local/config/zsh"