aboutsummaryrefslogtreecommitdiff
path: root/functions/lscmd.fish
diff options
context:
space:
mode:
Diffstat (limited to 'functions/lscmd.fish')
-rw-r--r--functions/lscmd.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/lscmd.fish b/functions/lscmd.fish
index d59974d..0c9c34a 100644
--- a/functions/lscmd.fish
+++ b/functions/lscmd.fish
@@ -2,7 +2,7 @@ function lscmd --description "Show installed useful command line tools"
set progsfile "$__fish_config_dir/progs.csv"
-if not command -sq 'textql'
+if not check_install 'textql'
echo "Can't find textql."
return 1
end