* added bash_completion 20060301, it should be cleaned up.
* enable bash_completion loading in etc/profile. this fixes on the second part #2886. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30233 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -92,3 +92,9 @@ alias which='whence'
|
||||
function dir {
|
||||
ls -lF "$@";
|
||||
}
|
||||
|
||||
# enable programmable completion
|
||||
if [ -f /etc/bash_completion ]; then
|
||||
. /etc/bash_completion
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user