From 080bcee4036ef264b5b70e2434abb44c39007912 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 28 Jan 2019 19:23:52 +0200 Subject: [PATCH] general: overwrite trash files --- fff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fff b/fff index b1e39a5..7468461 100755 --- a/fff +++ b/fff @@ -379,7 +379,7 @@ trash() { "$FFF_TRASH_CMD" "${@:1:$#-1}" else - cd "$FFF_TRASH" && mv "$@" + cd "$FFF_TRASH" && mv -f "$@" # Go back to where we were. cd - &>/dev/null ||: