Changes
1 changed files (+3/-1)
-
-
@@ -1,5 +1,7 @@function t -d "Move file or files to trash" if type -q kioclient # Prefer kioclient because it also handles deleting expired files # kioclient only works when running in a desktop, not over SSH if type -q kioclient; and set -q DISPLAY kioclient move $argv trash:/ else gio trash $argv
-