Added "dotfile" prefix to dotfiles in the trashcan.

This commit is contained in:
Robert Rothenberg 2011-11-05 16:43:09 +00:00
parent cd1e34565d
commit 702303946f

3
trash
View File

@ -228,6 +228,9 @@ function trash_file {
trashname="${filename##*/}"
origname="${trashname%%.*}"
if [ -z "${origname}" ]; then
origname="dotfile"
fi
ext=".${trashname##*.}"
if [ "$ext" == ".$trashname" ]; then
ext=""