Add nom-build with zsh completion

This commit is contained in:
Malte Brandy 2022-03-16 13:52:47 +01:00
parent 9b388aaac8
commit f256dc1c83
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,2 @@
#compdef nom-build
compdef nom-build=nix-build

2
exe-sh/nom-build Executable file
View file

@ -0,0 +1,2 @@
#!/usr/bin/env bash
unbuffer nix-build "$@" 2>&1 | exec nom