From e6d14952db651a1abcb88a68dc24db8f9d565c3d Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Sat, 17 Aug 2024 12:16:20 -0400 Subject: [PATCH] cleanup: don't attempt to move ipython --- src/dot_local/bin/executable_cleanup | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/dot_local/bin/executable_cleanup b/src/dot_local/bin/executable_cleanup index c744c2e..4ecc4b1 100644 --- a/src/dot_local/bin/executable_cleanup +++ b/src/dot_local/bin/executable_cleanup @@ -26,7 +26,4 @@ rm -rf \ ~/.node_repl_history \ ~/.vimspector.log -# ipython supports XDG_CONFIG just not by default -mv ~/.ipython "$XDG_CONFIG_HOME"/ipython - rmdir Downloads Desktop 2>/dev/null