summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-04-22 08:43:36 +0200
committerLinus Groh <mail@linusgroh.de>2021-04-22 09:55:48 +0200
commit696f23d7a0f57d9920ecfdbc86406fb553242777 (patch)
tree748fe41d7146d362ffc37f7d90c048ceba31bc2e /.gitignore
parenta5625686cb54defba0e474942648cb41269763ab (diff)
downloadserenity-696f23d7a0f57d9920ecfdbc86406fb553242777.zip
Meta: Add basic Zsh completions for serenity.sh
This patch adds a basic Zsh completion script for the commands and targets provided by Meta/serenity.sh. There's some room for improvement here, e.g. we could provide completion for available CMake targets - currently completion stops after serenity.sh <command> <target>. You can enable it by adding this to your .zshrc before completions are loaded: fpath=($SERENITY_SOURCE_DIR/Meta/ShellCompletions/zsh $fpath)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 078038e399..b5260309e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@
!Makefile
!LICENSE
!Base/**
+!Meta/ShellCompletions/**
*.o
*.ao