On Sat, Apr 17, 2010 at 6:39 PM, David Frascone <[email protected]> wrote:
> Is there any simple way for me to tell, in my config.fish, that it is a
> non-interactive terminal, and not display the warning?
Yes, I have the following at the top of my ~/.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
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users