* 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
|
cat > /etc/profile <<EOF
|
||||||
export PATH=$PATH
|
export PATH=$PATH
|
||||||
export MODULE_DIR=$MODULE_DIR
|
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
|
if test -f /etc/profile.local; then
|
||||||
source /etc/profile.local
|
source /etc/profile.local
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user