* Back out some Wouter-specific profile settings ;-)

svn path=/nixos/trunk/; revision=8801
This commit is contained in:
Eelco Dolstra 2007-05-29 19:54:14 +00:00
parent c76fa154a6
commit 6b627a9ca7
2 changed files with 2 additions and 11 deletions

View file

@ -10,7 +10,7 @@ fail() {
# Print a greeting.
echo
echo "<<< Wouters NixOS Stage 1 >>>"
echo "<<< NixOS Stage 1 >>>"
echo

View file

@ -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