Updated bashrc and profile for tab completion.

This commit is contained in:
Nicole Tietz-Sokolskaya 2011-07-10 13:43:51 -04:00
parent ae0d4256cc
commit ac9e6051ff
2 changed files with 7 additions and 3 deletions

7
bashrc
View file

@ -1,2 +1,9 @@
source ~/.profile
# something with keyword completion
# . /etc/bash_completion
if [ -f /etc/bash_completion ]
then
. /etc/bash_completion
fi

View file

@ -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