Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: The Path Variable is Incomplete



Bastien Dejean a écrit :

> I've put these lines in my .tmux.conf:
> 
> set -g default-shell zsh -i
> set -g default-command zsh -i
> 
> And unfortunately, I still get a 'login' zsh shell.

My bad: I didn't properly kill tmux and hence, it was not reloading the
configuration.

The following is working:

    set -g default-command 'zsh -i'

Greetings,
-- 
Bastien



Messages sorted by: Reverse Date, Date, Thread, Author