Added xterm in bachrc
This commit is contained in:
parent
0baae8a42b
commit
3a2f315fad
|
|
@ -457,7 +457,7 @@ NON_VISABLE_HOST=(simon-alten ares simon-laptop)
|
||||||
#Now we construct the prompt.
|
#Now we construct the prompt.
|
||||||
PROMPT_COMMAND="history -a"
|
PROMPT_COMMAND="history -a"
|
||||||
case ${TERM} in
|
case ${TERM} in
|
||||||
*term* | rxvt* | linux)
|
*term* | rxvt* | linux | xterm*)
|
||||||
PS1="\[\$(load_color)\][\A\[${NC}\] "
|
PS1="\[\$(load_color)\][\A\[${NC}\] "
|
||||||
# Time of day (with load info):
|
# Time of day (with load info):
|
||||||
PS1="\[\$(load_color)\][\A\[${NC}\] "
|
PS1="\[\$(load_color)\][\A\[${NC}\] "
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue