Re: .profile

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wednesday, Aug 8th 2007 at 14:45 -0000, quoth tony.chamberlain@xxxxxxxxx:

=>Does anyone know whether linux has something like a .profile but for cd?
=>
=>That is, you put a script into a directory which gets executed every 
=>time someone CDs to that directory?

It does not, but that doesn't mean you can't write one:

Add (something like) this to you .bashrc

cd ()
{
    builtin cd $1 || return
    [[ -f ./.init ]] && . ./.init   
}

-- 
Time flies like the wind. Fruit flies like a banana. Stranger things have  .0.
happened but none stranger than this. Does your driver's license say Organ ..0
Donor?Black holes are where God divided by zero. Listen to me! We are all- 000
individuals! What if this weren't a hypothetical question?
steveo at syslang.net


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux