diff options
author | eldritch horrors <pennae@lix.systems> | 2024-03-29 17:24:16 +0100 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-03-29 20:10:33 +0000 |
commit | e28dc26084f5dc65de564a6e4dddf13a239444fd (patch) | |
tree | fae83dc7ad9e71d993988f311215698270d2c0f4 /misc/meson.build | |
parent | 1da1f501fcf9384e9cc15405b041f3dd9bb2a51a (diff) |
meson: install shell files
Change-Id: I7c30690e5763d095cf7444333f7b687509051c5f
Diffstat (limited to 'misc/meson.build')
-rw-r--r-- | misc/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/meson.build b/misc/meson.build new file mode 100644 index 000000000..f279aeff4 --- /dev/null +++ b/misc/meson.build @@ -0,0 +1,3 @@ +subdir('bash') +subdir('fish') +subdir('zsh') |