diff options
author | Matthew Lemon <y@yulqen.org> | 2024-10-04 08:52:59 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-10-04 08:56:16 +0100 |
commit | 65d58a056cdc348f2beb85a350c66c182cb10643 (patch) | |
tree | bef96815f71c649efa75323b405e261a19e293da | |
parent | 66c3bf3d4c69500492f1c58c57fcf6d7fda78a4f (diff) |
minor changes to curdel script
-rwxr-xr-x | curdel.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2,7 +2,6 @@ curdir=~/Documents/Notes/current/ file=$(find $curdir -type l |fzf) -echo $file if [[ -d $curdir ]]; then unlink "$file" |