diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-11-14 23:41:14 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-14 23:41:14 +0000 |
| commit | 809db0327502f4718b5cc8587c21a064d3643754 (patch) | |
| tree | 140cd7df89eeae274eee1d54ea21283ebc7466a7 | |
| parent | 6142b058b9f38930aad343e4b3e9e2c95c3d27be (diff) | |
| parent | 8ad6243e0d0c8693332016e64c02f7b7fc51fe89 (diff) | |
| download | packages-809db0327502f4718b5cc8587c21a064d3643754.tar.gz packages-809db0327502f4718b5cc8587c21a064d3643754.zip | |
Merge pull request #929 from icyphox/add-nicy1850
Add package nicy
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 13c238f..8014290 100644 --- a/packages.json +++ b/packages.json @@ -11449,5 +11449,19 @@ "description": "Algebraic expression parser and evaluator", "license": "CC0", "web": "https://github.com/ijneb/nim-algebra" + }, + { + "name": "nicy", + "url": "https://github.com/icyphox/nicy", + "method": "git", + "tags": [ + "zsh", + "shell", + "prompt", + "git" + ], + "description": "A nice and icy ZSH prompt in Nim", + "license": "MIT", + "web": "https://github.com/icyphox/nicy" } ] |
