Skip to content

Commit

Permalink
Add nom-build with zsh completion
Browse files Browse the repository at this point in the history
  • Loading branch information
maralorn committed Mar 16, 2022
1 parent 9b388aa commit f256dc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions completions/completion.zsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#compdef nom-build
compdef nom-build=nix-build
2 changes: 2 additions & 0 deletions exe-sh/nom-build
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
unbuffer nix-build "$@" 2>&1 | exec nom

0 comments on commit f256dc1

Please sign in to comment.