diff options
author | tilpner | 2018-05-17 10:35:43 +0200 |
---|---|---|
committer | tilpner | 2018-05-17 10:35:43 +0200 |
commit | 04735393ed2986a5697542eec3aa1751b012b3d2 (patch) | |
tree | 6552349599909770fe7d9a4da0588e6a12f90103 /conf.d | |
parent | 858993dea89b4341f6470f29d23647de275d24b0 (diff) | |
download | zsh-04735393ed2986a5697542eec3aa1751b012b3d2.tar.gz zsh-04735393ed2986a5697542eec3aa1751b012b3d2.tar.xz zsh-04735393ed2986a5697542eec3aa1751b012b3d2.zip |
Add niv alias
Diffstat (limited to 'conf.d')
-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 2840fdc..a3b90e7 100644 --- a/conf.d/99-nix.zsh +++ b/conf.d/99-nix.zsh @@ -5,6 +5,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 |