slitaz-tools diff hacker/.profile @ 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 48ac90e80745
children
line diff
     1.1 --- a/hacker/.profile	Sun Dec 02 21:02:03 2007 +0100
     1.2 +++ b/hacker/.profile	Tue May 27 15:32:37 2008 +0000
     1.3 @@ -1,11 +1,11 @@
     1.4  # ~/.profile: Executed by Bourne-compatible login SHells.
     1.5  #
     1.6  
     1.7 -# Path to personal scripts and executables (~/Bin).
     1.8 +# Path to personnal scripts and executables (~/.local/bin).
     1.9  #
    1.10 -if [ -d "$HOME/Bin" ] ; then
    1.11 -	PATH=$HOME/Bin:$PATH
    1.12 -	export export 
    1.13 +if [ -d "$HOME/.local/bin" ] ; then
    1.14 +	PATH=$HOME/.local/bin:$PATH
    1.15 +	export PATH
    1.16  fi
    1.17  
    1.18  # Java home directory path.