| 73 | == Additional Modifications == |
| 74 | |
| 75 | For some tools you need additional configuration as they rely on the login shell instead of using what the Terminal started. You can `export SHELL=/opt/local/bin/bash` to the environment, which is respected by both tmux and screen. Alternative configuration is shown below. |
| 76 | |
| 77 | === screen === |
| 78 | |
| 79 | For screen, you need to set `shell /opt/local/bin/bash` in your `.screenrc`. |
| 80 | |
| 81 | === tmux === |
| 82 | |
| 83 | For tmux, you need to set `set -g default-shell "/opt/local/bin/bash"` in your `.tmux.conf`. |
| 84 | |