forked from mirrors/nixpkgs
* Back out some Wouter-specific profile settings ;-)
svn path=/nixos/trunk/; revision=8801
This commit is contained in:
parent
c76fa154a6
commit
6b627a9ca7
|
@ -10,7 +10,7 @@ fail() {
|
|||
|
||||
# Print a greeting.
|
||||
echo
|
||||
echo "<<< Wouters NixOS Stage 1 >>>"
|
||||
echo "<<< NixOS Stage 1 >>>"
|
||||
echo
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue