From 54b772cae06eb25adf33297e35234f33ded81a7b Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Sat, 12 Mar 2022 19:54:51 +0530 Subject: neovim addition --- scripts/trashy | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 scripts/trashy (limited to 'scripts/trashy') diff --git a/scripts/trashy b/scripts/trashy deleted file mode 100755 index 3318e41..0000000 --- a/scripts/trashy +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -trashfiledir=$(find $HOME -type f -o -type d | dmenu -i -p "File to be deleted:" -l 15| awk '{printf('\"%s\"\n', $0);}') - -trash-put $trashfiledir -- cgit v1.2.3