aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-10-04 08:52:59 +0100
committerMatthew Lemon <y@yulqen.org>2024-10-04 08:56:16 +0100
commit65d58a056cdc348f2beb85a350c66c182cb10643 (patch)
treebef96815f71c649efa75323b405e261a19e293da
parent66c3bf3d4c69500492f1c58c57fcf6d7fda78a4f (diff)
minor changes to curdel script
-rwxr-xr-xcurdel.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/curdel.sh b/curdel.sh
index e4263cf..fca2055 100755
--- a/curdel.sh
+++ b/curdel.sh
@@ -2,7 +2,6 @@
curdir=~/Documents/Notes/current/
file=$(find $curdir -type l |fzf)
-echo $file
if [[ -d $curdir ]]; then
unlink "$file"