diff --git a/bashrc b/bashrc index 46f58fd..839f109 100644 --- a/bashrc +++ b/bashrc @@ -1,2 +1,9 @@ source ~/.profile +# something with keyword completion +# . /etc/bash_completion +if [ -f /etc/bash_completion ] +then + . /etc/bash_completion +fi + diff --git a/profile b/profile index cf7e284..4fb1aaa 100644 --- a/profile +++ b/profile @@ -29,9 +29,6 @@ set_prompt # makes ls print pretty alias ls="ls --color=auto" -# something with keyword completion -# . /etc/bash_completion - # default editor export EDITOR=vim