diff options
author | Guillaume Rousse <guillomovitch@mandriva.org> | 2005-06-13 12:40:27 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mandriva.org> | 2005-06-13 12:40:27 +0000 |
commit | c609db3612a3a489fadaf08a841e82bff7575124 (patch) | |
tree | 403b4cb314c4caadc574d6439a3d67673d884e9e | |
parent | 6839787c952f6cfbb7670deb53bb195f27a29db3 (diff) | |
download | rootfiles-c609db3612a3a489fadaf08a841e82bff7575124.tar rootfiles-c609db3612a3a489fadaf08a841e82bff7575124.tar.gz rootfiles-c609db3612a3a489fadaf08a841e82bff7575124.tar.bz2 rootfiles-c609db3612a3a489fadaf08a841e82bff7575124.tar.xz rootfiles-c609db3612a3a489fadaf08a841e82bff7575124.zip |
drop explicit bash_completion sourcing
-rw-r--r-- | bashrc | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -9,8 +9,3 @@ export USERNAME ENV PATH if [ -f /etc/bashrc ]; then . /etc/bashrc fi - -# enable programmable completion features -if [ -f /etc/bash_completion ]; then - . /etc/bash_completion -fi |