mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
tweak messages
This commit is contained in:
parent
e3189ed7ee
commit
9dbfcfe596
1 changed files with 2 additions and 2 deletions
4
install
4
install
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue