On Wed, Jan 26, 2011 at 6:34 AM, David Frascone <d...@frascone.com> wrote:
> Suddenly, scp and rsync have stopped working for me:
>
> dfrascone@daves-mbp ~/Downloads> scp com.backup42.desktop.jar
> codemon...@somehost.net:
> TERM environment variable not set.
> TERM environment variable not set.
> ^CKilled by signal 2.
> dfrascone@daves-mbp ~/Downloads>

Make sure you have something like this at the top of your
~/.config/fish/config.fish file:

# non-interactive users (ssh, sync)
if not status --is-interactive
  exit # skips the rest of this file; does not actually exit the shell!
end

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to