On Wed, Apr 24, 2013 at 5:48 PM, Nicholas Marriott
<nicholas.marri...@gmail.com> wrote:
> You probably started tmux from somewhere that PATH was not set
> correctly. Try eg C-b : run 'echo $PATH; sleep 100' to check.
>
> You can change it with tmux setenv -g PATH foo:bar:baz

Another change in 1.8 run-shell (and if-shell) was to use the
session(+global) environment instead of just the global environment.
So, if PATH is in update-environment (the default value does not
include PATH), then you may need to adjust PATH in the session
environment too (same command, just without the -g option).

-- 
Chris

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to