From 48db47ea1f38674d84ca70f672584e816b4de885 Mon Sep 17 00:00:00 2001 From: mequidis Date: Tue, 28 Jun 2022 15:29:49 +0300 Subject: [PATCH] zsh: remove hard cleanup rms --- .config/zsh/zshrc | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.config/zsh/zshrc b/.config/zsh/zshrc index 7198035..01330fc 100644 --- a/.config/zsh/zshrc +++ b/.config/zsh/zshrc @@ -33,21 +33,6 @@ export PATH=$HOME/.config/scripts/util:$PATH export TERM=xterm # for ssh export EDITOR=nvim -# -# cleanup -# - -# these are useless to me -rm -rf ~/.thumbnails -rm -rf ~/.nv -rm -rf ~/.tooling -rm -rf ~/.wget-hsts -rm -rf ~/.java -rm -rf ~/.rubberband.wisdom.d -rm -rf ~/.urxvt -rm -rf ~/.python_history -rm -rf ~/.pylint.d - # sources source $ZDOTDIR/aliases source $XDG_DATA_HOME/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh