mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
* Include etc/profile.d/nix.sh.
svn path=/nixu/trunk/; revision=7127
This commit is contained in:
parent
6f91f8768f
commit
66574e789c
@ -145,6 +145,11 @@ done
|
||||
cat > /etc/profile <<EOF
|
||||
export PATH=$PATH
|
||||
export MODULE_DIR=$MODULE_DIR
|
||||
|
||||
source $(dirname $(type -tp nix-env))/../etc/profile.d/nix.sh
|
||||
|
||||
alias ll="ls -l"
|
||||
|
||||
if test -f /etc/profile.local; then
|
||||
source /etc/profile.local
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user