On Tue, 17 Jun 2014, Ryan Burnett 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.

Are you trying to alter the path used for executing commands, or your home 
directory/default cd location?

At the moment your function adds `~/Sites` to the path used to look for 
commands to execute.

David Adam
zanc...@ucc.gu.uwa.edu.au

------------------------------------------------------------------------------
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
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to