Changes between Version 6 and Version 7 of howto/bash-completion
- Timestamp:
- Aug 10, 2012, 5:02:39 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
howto/bash-completion
v6 v7 29 29 {{{ 30 30 # bash-completion 31 if [ -f /opt/local/etc/ bash_completion]; then32 . /opt/local/etc/ bash_completion31 if [ -f /opt/local/etc/profile.d/bash_completion.sh ]; then 32 . /opt/local/etc/profile.d/bash_completion.sh 33 33 fi 34 34 }}} … … 45 45 1. Menu > Preferences > Startup, "Shells open with:" 46 46 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. 47 49 1. Close and reopen any terminal windows 48 50