Changes between Version 6 and Version 7 of howto/bash-completion


Ignore:
Timestamp:
Aug 10, 2012, 5:02:39 PM (12 years ago)
Author:
mf2k (Frank Schima)
Comment:

Fix the code to put into the shell and add description so Terminal doesn't ask to close terminal windows every time you try to Quit it.

Legend:

Unmodified
Added
Removed
Modified
  • howto/bash-completion

    v6 v7  
    2929{{{
    3030# bash-completion
    31 if [ -f /opt/local/etc/bash_completion ]; then
    32     . /opt/local/etc/bash_completion
     31if [ -f /opt/local/etc/profile.d/bash_completion.sh ]; then
     32    . /opt/local/etc/profile.d/bash_completion.sh
    3333fi
    3434}}}
     
    4545 1. Menu > Preferences > Startup, "Shells open with:"
    4646 1. Select "Command" and enter `/opt/local/bin/bash -l` to switch to bash provided by MacPorts.
     47 1. Menu > Preferences > Settings > Shell (per shell type), "Prompt before closing:"
     48 1. Click "+" and add "bash" to the list of processes.
    4749 1. Close and reopen any terminal windows
    4850