extend the NIX_PATH

This commit is contained in:
Andreas Zweili 2021-11-16 18:07:11 +01:00
parent 75149bcfba
commit 7fc37c5206
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
export NIX_PATH=$HOME/.nix-defexpr/channels${NIX_PATH:+:}$NIX_PATH
# If not running interactively, don't do anything
case $- in
*i*) ;;