Changes between Version 8 and Version 9 of howto/bash-completion


Ignore:
Timestamp:
Nov 6, 2015, 9:20:26 AM (8 years ago)
Author:
raimue (Rainer Müller)
Comment:

Document screen/tmux, see #46019

Legend:

Unmodified
Added
Removed
Modified
  • howto/bash-completion

    v8 v9  
    7171From now on, MacPorts will automatically select the bash_completion variant for all ports if available.
    7272
     73== Additional Modifications ==
     74
     75For 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
     79For screen, you need to set `shell /opt/local/bin/bash` in your `.screenrc`.
     80
     81=== tmux ===
     82
     83For tmux, you need to set `set -g default-shell "/opt/local/bin/bash"` in your `.tmux.conf`.
     84
    7385[wiki:howto <- Back to the HOWTO section]