diff options
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9,3 +9,8 @@ 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 |