Farbiger Bash-Prompt.

PPPoE-Script zur Einwahl.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@475 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-04-03 18:41:59 +00:00
parent fa7be6597c
commit 9520a3d09a
4 changed files with 142 additions and 26 deletions

View File

@@ -26,7 +26,8 @@ alias ls='ls --color=auto'
# PS1 Environment Variable for a great case study behind this script
# addendum.]
export PS1="[\u@\h \w]\\$ "
export PS1="\033[0m[\033[1;33m\u\033[1;37m@\033[1;32m\]\h \033[1;31m\w\033[0m]\\$ "
#export PS1="[\u@\h \w]\\$ "
#export PS1='\u@\h:\w\$ '
# End /etc/bashrc