[Armadeus-commitlog] armadeus branch, master, updated. armadeus-6.0-38-ge51f28e
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2016-02-17 18:18:50
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via e51f28eaaf76414ac0835ea83be2719e3514ff76 (commit)
from 86b9c521fdf4f93e34b55ff9b616c237b35f59ef (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e51f28eaaf76414ac0835ea83be2719e3514ff76
Author: Julien BOIBESSOT <jul...@ar...>
Date: Wed Feb 17 19:15:25 2016 +0100
[ROOTFS] Add nicer invite for ash shells
-----------------------------------------------------------------------
Summary of changes:
.../armadeus/rootfs/target_skeleton/etc/profile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/profile b/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/profile
index df441e7..411817f 100644
--- a/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/profile
+++ b/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/profile
@@ -18,9 +18,9 @@ if [ "$PS1" ]; then
export LS_COLORS='no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.jpg=01;35:*.jpeg=01;35:*.png=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.mpg=01;35:*.mpeg=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:';
else
if [ "`id -u`" -eq 0 ]; then
- export PS1='# '
+ export PS1='\e[0;31m\u@\h \e[0;35m\w # \e[1;34m'
else
- export PS1='$ '
+ export PS1='\e[0;32m\u@\h \e[0;35m\w $ \e[1;34m'
fi
fi
hooks/post-receive
--
armadeus
|