slitaz-tools diff hacker/.bashrc @ rev 208

calendar: no more hardcoded date
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 27 15:32:37 2008 +0000 (2008-05-27)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/hacker/.bashrc	Tue May 27 15:32:37 2008 +0000
     1.3 @@ -0,0 +1,6 @@
     1.4 +# ~/.bashrc: Bash personal config file.
     1.5 +#
     1.6 +
     1.7 +PS1='\u@\h:\w\$ '
     1.8 +
     1.9 +export PS1