aboutsummaryrefslogtreecommitdiff
path: root/trash
diff options
context:
space:
mode:
Diffstat (limited to 'trash')
-rwxr-xr-xtrash3
1 files changed, 3 insertions, 0 deletions
diff --git a/trash b/trash
index a9f6fb1..9880cc0 100755
--- a/trash
+++ b/trash
@@ -6,6 +6,9 @@
6# Usage: trash [rm FILE(s)|ls|empty] 6# Usage: trash [rm FILE(s)|ls|empty]
7# Pretty self-explanatory 7# Pretty self-explanatory
8 8
9# ksh completion
10# set -A complete_trash_1 rm ls empty
11
9trashfolder=$XDG_DATA_HOME/mytrash 12trashfolder=$XDG_DATA_HOME/mytrash
10 13
11if [ -z "$1" ]; then 14if [ -z "$1" ]; then

Generated with cgit - Back to sebastiano.tronto.net