slitaz-tools diff hacker/.profile @ rev 100

subox can fake gksu for pcmanfm
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 11 17:18:30 2008 +0100 (2008-03-11)
parents 48ac90e80745
children
line diff
     1.1 --- a/hacker/.profile	Sun Dec 02 21:02:03 2007 +0100
     1.2 +++ b/hacker/.profile	Tue Mar 11 17:18:30 2008 +0100
     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.