1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-25 16:57:12 -07:00

tweak messages

This commit is contained in:
Connor Olding 2019-06-05 17:11:16 -07:00
parent e3189ed7ee
commit 9dbfcfe596

View File

@ -96,7 +96,7 @@ softlink_pseudo() {
[ "$d1" = ".vim/undo" ] && continue
#warn "new destination file. consider manually moving it:"
#warn $'\e[32m + \e[0m' "$d1"
warn ' + ' "$d1"
warn " + $d1"
fi
done
}
@ -138,7 +138,7 @@ fi
for d in Desktop Documents Downloads Music Pictures Public Templates Video Videos; do
[ -d "$d" ] || continue
is_empty "$d" && rm -r "$d" || note "skipping unempty $d"
is_empty "$d" && rm -r "$d" || note "not removing $d because it contains files"
done
mkdir -p opt/local/bin src work play