@David

I'm trying to change my staring path from ~/ to ~/Sites (i.e. so I don't
have to "cd Sites" each time).

@Maher

I added the "-x" flag but Terminal's still starting at ~/

if status --is-login
set -x PATH $PATH ~/Sites
end

How can I change my staring path to ~/Sites?


On Wed, Jun 18, 2014 at 1:58 AM, ماهر الخطيب <[email protected]> wrote:

> use the set option: -x
>
>
> On Tue, Jun 17, 2014 at 10:21 PM, Ryan Burnett <[email protected]>
> wrote:
>
>> I'm having trouble changing my default shell path from ~/ to ~/Sites.
>>
>> I've added this to ~/.config/fish/config.fish
>>
>> if status --is-login
>>   set PATH $PATH ~/Sites
>> end
>>
>> Any idea what I'm doing wrong?
>>
>> P.S. I'm running OS X 10.9.3 and fish 2.1.
>>
>>
>> ------------------------------------------------------------------------------
>> HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
>> Find What Matters Most in Your Big Data with HPCC Systems
>> Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
>> Leverages Graph Analysis for Fast Processing & Easy Data Exploration
>> http://p.sf.net/sfu/hpccsystems
>> _______________________________________________
>> Fish-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/fish-users
>>
>>
>
>
> --
>
>
------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to