summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/my-env/loadenv.sh
blob: c116c14d8fe616c878904b06d117660ffc304e64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

OLDPATH="$PATH"
OLDTZ="$TZ"
source @myenvpath@

PATH="$PATH:$OLDPATH"
export PS1="\n@name@:[\u@\h:\w]\$ "
export buildInputs
export NIX_STRIP_DEBUG=0
export TZ="$OLDTZ"

exec @shell@ --norc