From ac9e6051ff22d4f2553aa0fea52f2eaf885b29ce Mon Sep 17 00:00:00 2001 From: Nicole Tietz-Sokolskaya Date: Sun, 10 Jul 2011 13:43:51 -0400 Subject: [PATCH] Updated bashrc and profile for tab completion. --- bashrc | 7 +++++++ profile | 3 --- 2 files changed, 7 insertions(+), 3 deletions(-) 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