-
Notifications
You must be signed in to change notification settings - Fork 36
/
config
35 lines (30 loc) · 1.35 KB
/
config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#!/bin/bash
# This is a sample configuration file for safe-rm.
# By default, you could copy this file to ~/.safe-rm/config
#
# If you want to use a trash directory other than the default system trash,
# uncomment the line after divider `-----`
# and set the path to the desired trash directory.
# By default, safe-rm will use the system trash.
# -----------------------------------------------
# export SAFE_RM_TRASH=/path/to/trash
#
# If you want to permanently delete files that are already in the trash,
# uncomment the line after divider `-----`
# It defaults to 'no'.
# Pay attention that any value that starts with 'y' or 'Y' will be treated as 'yes'.
# -----------------------------------------------
# export SAFE_RM_PERM_DEL_FILES_IN_TRASH=yes
#
# If you want to disable the use of AppleScript for moving files to the trash,
# uncomment the line after divider `-----`
# It defaults to 'yes'.
# By setting it to 'no', the "put-back" feature will be disabled for MacOS.
# -----------------------------------------------
# export SAFE_RM_USE_APPLESCRIPT=no
#
# If you want to change the configuration root directory of safe-rm, in order to
# - put the .gitignore file in a different directory other than `~/.safe-rm/`
# Uncomment the line after divider `-----`
# -----------------------------------------------
# export SAFE_RM_CONFIG_ROOT=/usr/local/etc/safe-rm