* Add ~/bin to the PATH.
svn path=/nixos/trunk/; revision=8557
This commit is contained in:
parent
128e40a98c
commit
719112e7bb
@ -49,6 +49,8 @@ for i in $NIX_PROFILES; do # !!! reverse
|
|||||||
export PATH=$i/bin:$i/sbin:$PATH
|
export PATH=$i/bin:$i/sbin:$PATH
|
||||||
done
|
done
|
||||||
|
|
||||||
|
export PATH=$HOME/bin:$PATH
|
||||||
|
|
||||||
|
|
||||||
# Set up a default Nix expression from which to install stuff.
|
# Set up a default Nix expression from which to install stuff.
|
||||||
if ! test -L $HOME/.nix-defexpr; then
|
if ! test -L $HOME/.nix-defexpr; then
|
||||||
|
@ -80,7 +80,7 @@ end script
|
|||||||
|
|
||||||
# Hack: Upstart doesn't yet support what we want: a service that
|
# Hack: Upstart doesn't yet support what we want: a service that
|
||||||
# doesn't have a running process associated with it.
|
# doesn't have a running process associated with it.
|
||||||
respawn sleep 10000
|
respawn sleep 100000
|
||||||
|
|
||||||
stop script
|
stop script
|
||||||
for i in $(cd /sys/class/net && ls -d *); do
|
for i in $(cd /sys/class/net && ls -d *); do
|
||||||
|
Loading…
Reference in New Issue
Block a user