Set default shell in Cloud9 Terminal -


I have installed zsh in the terminal and set it to my default shell but I am still running log in bash These are me I also take it in my SSH project on my remote server where zsh is my login shell. What is the setting to change in 9?

I thought it! It seems that C9 runs our login sessions under TMUX, in which its default shell command setting = bash is. I created my own tmux.conf with "set -g default-command zsh" line, to run the "unset TMUX" to disable the inherited tmux settings, run tmux and always have the green menu bar and zsh Found a good tmux session with the default shell.


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -