aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeposite Pirate2025-04-02 05:57:04 +0200
committerDeposite Pirate2025-04-02 05:57:04 +0200
commit1f0f7156f089c13ccabaed86f0686ae44ec90d9d (patch)
treeac62be987429fc5a46d32a70a24e252a57ff6c7a
parent424b01c6372b89bd407ec127cbb416a3515560a6 (diff)
Forgot to rename the function
modified: 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 c75b654..8342f64 100644
--- a/functions/lscmd.fish
+++ b/functions/lscmd.fish
@@ -1,4 +1,4 @@
-function shcmds --description "View installed useful command line programs"
+function lscmd --description "View installed useful command line programs"
if not functions -q is-installed
echo "No is-installed function defined."