slitaz-configs diff rootfs/etc/skel/.profile @ rev 226

Added tag 5.5 for changeset 9db49ff2764a
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 01 08:54:22 2014 +0200 (2014-05-01)
parents 48fb88d822db
children 579ada0f980c
line diff
     1.1 --- a/rootfs/etc/skel/.profile	Tue Jan 11 13:26:02 2011 +0100
     1.2 +++ b/rootfs/etc/skel/.profile	Thu May 01 08:54:22 2014 +0200
     1.3 @@ -1,6 +1,8 @@
     1.4  # ~/.profile: Executed by Bourne-compatible login SHells.
     1.5  #
     1.6  
     1.7 +. /etc/locale.conf
     1.8 +
     1.9  # Path to personal scripts and executables (~/.local/bin).
    1.10  #
    1.11  if [ -d "$HOME/.local/bin" ] ; then
    1.12 @@ -12,6 +14,9 @@
    1.13  # or Bash. Default is a classic prompt.
    1.14  #
    1.15  PS1='\u@\h:\w\$ '
    1.16 +# colored prompt
    1.17 +#PS1='\[\e[0;32m\]\u@\h\[\e[0m\]:\[\e[0;33m\]\w\[\e[0m\]\$ '
    1.18 +
    1.19  
    1.20  EDITOR='nano'
    1.21  PAGER='less -EM'