Using bash I'm used to launching commands with exported environment
variables by doing this,
% FOO=bar some-command
Is there a similar shorthand for fish?
I've tried,
% set FOO bar; some-command
but that didn't work and I want to avoid doing,
% set -x FOO bar
% some-command
if possible. Any suggestions? thanks!
------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users