summaryrefslogtreecommitdiff
path: root/dot_local/lib/sh/hascmd
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dot_local/lib/sh/hascmd1
-rw-r--r--dot_local/lib/sh/hascmd.fish1
2 files changed, 0 insertions, 2 deletions
diff --git a/dot_local/lib/sh/hascmd b/dot_local/lib/sh/hascmd
deleted file mode 100644
index 994bc71..0000000
--- a/dot_local/lib/sh/hascmd
+++ /dev/null
@@ -1 +0,0 @@
-test -x "$(command -v $1)"
diff --git a/dot_local/lib/sh/hascmd.fish b/dot_local/lib/sh/hascmd.fish
deleted file mode 100644
index 9d566c8..0000000
--- a/dot_local/lib/sh/hascmd.fish
+++ /dev/null
@@ -1 +0,0 @@
-type -qf $argv