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 ]