Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
general: overwrite trash files
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jan 28, 2019
1 parent 63891ac commit 080bcee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fff
Original file line number Diff line number Diff line change
Expand Up @@ -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 ||:
Expand Down

0 comments on commit 080bcee

Please sign in to comment.