From 0db359d99ee46465ae919fc2016a080d0016ca2d Mon Sep 17 00:00:00 2001 From: DogeyStamp Date: Sun, 24 Apr 2022 10:57:07 -0400 Subject: [PATCH] Misc script changes --- src/.local/bin/cleanup | 3 ++- src/.local/bin/msync | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/.local/bin/cleanup b/src/.local/bin/cleanup index 3951cad..9e9d0f8 100755 --- a/src/.local/bin/cleanup +++ b/src/.local/bin/cleanup @@ -17,7 +17,8 @@ rm -rf \ .ansible \ .wavemonrc \ .viminfo \ -.icons +.icons\ +.ipython rmdir Downloads Desktop 2>/dev/null diff --git a/src/.local/bin/msync b/src/.local/bin/msync index 036b24a..17c230b 100755 --- a/src/.local/bin/msync +++ b/src/.local/bin/msync @@ -21,7 +21,7 @@ then rsync -avPzc ~/med/memes/woof/ beryllium:~/med/memes/woof - rsync -avPzc --delete ~/med/mus/ beryllium:~/storage/music/mus + rsync -avPzc --delete ~/med/mus/ beryllium:~/storage/music fi if [ $ACTION = RECV ]