Hi there.
Some cosmetics:
I'd really like, if we could add a little color to the terminal
sessions:
/root/.bashrc
Code:
--------------------
...
...
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval
"$(dircolors -b)"
alias ls='ls --color=auto'
PS1='\[\e[0;31m\]\u@\h:\[\e[m\] \[\e[1;34m\]\w\[\e[m\] \[\e[0;31m\]\$
\[\e[m\]\[\e[0;32m\]'
--------------------
To enable above for SSH access, we need to create a
/root/.bash_profile
Code:
--------------------
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
--------------------
Enjoy.
::: ' Touch Toolbox and more' (http://soundcheck-audio.blogspot.com) :::
by soundcheck
------------------------------------------------------------------------
soundcheck's Profile: http://forums.slimdevices.com/member.php?userid=34383
View this thread: http://forums.slimdevices.com/showthread.php?t=101624
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix