summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortilpner2018-05-17 10:35:43 +0200
committertilpner2018-05-17 10:35:43 +0200
commit04735393ed2986a5697542eec3aa1751b012b3d2 (patch)
tree6552349599909770fe7d9a4da0588e6a12f90103
parent858993dea89b4341f6470f29d23647de275d24b0 (diff)
downloadzsh-04735393ed2986a5697542eec3aa1751b012b3d2.tar.gz
zsh-04735393ed2986a5697542eec3aa1751b012b3d2.tar.xz
zsh-04735393ed2986a5697542eec3aa1751b012b3d2.zip
Add niv alias
-rw-r--r--conf.d/99-nix.zsh2
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