personal dotfiles: my Hyprland config
Diffstat (limited to '.local/bin/fin')
-rwxr-xr-x.local/bin/fin8
1 files changed, 0 insertions, 8 deletions
diff --git a/.local/bin/fin b/.local/bin/fin
deleted file mode 100755
index 86ffe12..0000000
--- a/.local/bin/fin
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-# Save line number as variable
-#"$(echo "$@" | tr .: _= | grep =)"
-
-#fin () { echo "$@"
-set -- $(echo "$@" | sed 's/:[0-9]*//g' | xargs -n1 find . -not -path './vendor/*' -name | head -n 50)
-
-echo "$@"