diff options
author | Till Höppner | 2018-05-17 11:23:09 +0200 |
---|---|---|
committer | Till Höppner | 2018-05-17 11:23:09 +0200 |
commit | 0f110ff73711f77deeb6c76613e048236d7aead7 (patch) | |
tree | 7b39882f1f3c927bd904607fd59764d5956fd5b9 | |
parent | 1e52bc8501c042bd47cd67bdfbeb9cca2511d9cc (diff) | |
parent | 04735393ed2986a5697542eec3aa1751b012b3d2 (diff) | |
download | zsh-0f110ff73711f77deeb6c76613e048236d7aead7.tar.gz zsh-0f110ff73711f77deeb6c76613e048236d7aead7.tar.xz zsh-0f110ff73711f77deeb6c76613e048236d7aead7.zip |
Merge branch 'master' of gx:cfg/zsh
-rw-r--r-- | conf.d/99-nix.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.d/99-nix.zsh b/conf.d/99-nix.zsh index 8871312..8b877a3 100644 --- a/conf.d/99-nix.zsh +++ b/conf.d/99-nix.zsh @@ -9,6 +9,8 @@ function with() { shift nix-shell -p "$PKG" --run "$@" } +alias niv='nix eval -f "<nixpkgs>"' + alias nic=nix-channel alias nis=nix-shell alias nie=nix-env |