summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpostsolar <120750161+postsolar@users.noreply.github.com>2024-01-07 15:00:25 +0200
committerGitHub <noreply@github.com>2024-01-08 00:00:25 +1100
commit27c71f82103f75b4a8bad1f7469fdc1a4659e45d (patch)
tree76eb3049743cee977dc9e89bcbbf63a5ac8e808e
parent43610eaf4056385af040d7fa26969cf4682d3e91 (diff)
`lf.zsh`: make completions complete both `lf` and `lfcd` (#1564)
* Leave a note on how to add shell completions for `lfcd` in ZSH * Revert "Leave a note on how to add shell completions for `lfcd` in ZSH" @joelim-work suggested a better idea: to make `lf.zsh` complete both `lf` and `lfcd` This reverts commit c28393dd435f22903eaf06cc47a466626b2aa41b. * Make `lf.zsh` complete both `lf` and `lfcd`
-rw-r--r--etc/lf.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/lf.zsh b/etc/lf.zsh
index cc2219c..9634b60 100644
--- a/etc/lf.zsh
+++ b/etc/lf.zsh
@@ -1,4 +1,4 @@
-#compdef lf
+#compdef lf lfcd
# Autocompletion for zsh shell.
#