mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user