From 6b627a9ca72f5ecc74ef8ff063f71466d2cf6c0f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 29 May 2007 19:54:14 +0000 Subject: [PATCH] * Back out some Wouter-specific profile settings ;-) svn path=/nixos/trunk/; revision=8801 --- boot/boot-stage-1-init.sh | 2 +- etc/profile.sh | 11 +---------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/boot/boot-stage-1-init.sh b/boot/boot-stage-1-init.sh index 46ddddd608de..cd5311beeca8 100644 --- a/boot/boot-stage-1-init.sh +++ b/boot/boot-stage-1-init.sh @@ -10,7 +10,7 @@ fail() { # Print a greeting. echo -echo "<<< Wouters NixOS Stage 1 >>>" +echo "<<< NixOS Stage 1 >>>" echo diff --git a/etc/profile.sh b/etc/profile.sh index ea704edb650c..5bbe4ab97a11 100644 --- a/etc/profile.sh +++ b/etc/profile.sh @@ -11,8 +11,7 @@ export EDITOR=nano # A nice prompt. PROMPT_COLOR="1;31m" -#PS1="\n\[\033[$PROMPT_COLOR\][\u@\h:\w]$\[\033[0m\] " -PS1='\u@\h:\w\$ ' +PS1="\n\[\033[$PROMPT_COLOR\][\u@\h:\w]$\[\033[0m\] " if test "x$TERM" == "xxterm"; then PS1="\033]2;\h:\u:\w\007$PS1" fi @@ -70,11 +69,3 @@ alias which="type -p" if test -f /etc/profile.local; then source /etc/profile.local fi - -#wouter settings -PATH=$PATH:/home/share/bin -export PATH -alias l='ls -alh --color=auto' -source /home/share/bin/.bash_profile - -