diff options
author | Guangxiong Lin <[email protected]> | 2021-11-02 21:11:38 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2021-11-02 21:11:38 +0800 |
commit | a90b7c9b4fd877a8f427e17864a2089f97bcc01b (patch) | |
tree | d48f83502e046aa5956f274b8236add298495a90 | |
parent | 6d22aaa4d72ff91c56cb3aa85da8bb53a19b28dd (diff) | |
download | dotfiles-a90b7c9b4fd877a8f427e17864a2089f97bcc01b.tar.gz dotfiles-a90b7c9b4fd877a8f427e17864a2089f97bcc01b.tar.bz2 dotfiles-a90b7c9b4fd877a8f427e17864a2089f97bcc01b.zip |
Add trash config
-rwxr-xr-x | .nnnrc | 1 | ||||
-rw-r--r-- | crontab | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -5,3 +5,4 @@ if [ ! -d $HOME/.config/nnn/plugins ]; then fi export NNN_PLUG='f:fzcd;v:imgview;j:autojump' +[ -f /usr/bin/trash ] && export NNN_TRASH=1 @@ -1,2 +1,3 @@ */30 * * * * /usr/bin/newsboat -x reload */10 * * * * /usr/bin/mbsync -a +00 */3 * * * /usr/bin/trash-empty -f 30 |