summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Rousse <guillomovitch@mandriva.org>2005-06-13 12:48:02 +0000
committerGuillaume Rousse <guillomovitch@mandriva.org>2005-06-13 12:48:02 +0000
commit2d757da4c0f27189f8167cc73eb346a5a0793ecd (patch)
tree55d494158fc3fdce9688369caa3f4bdaa3d77857
parent565097030241fa8d6eb9a81d17a1ae5034e31ad7 (diff)
downloadrootfiles-2d757da4c0f27189f8167cc73eb346a5a0793ecd.tar
rootfiles-2d757da4c0f27189f8167cc73eb346a5a0793ecd.tar.gz
rootfiles-2d757da4c0f27189f8167cc73eb346a5a0793ecd.tar.bz2
rootfiles-2d757da4c0f27189f8167cc73eb346a5a0793ecd.tar.xz
rootfiles-2d757da4c0f27189f8167cc73eb346a5a0793ecd.zip
add bash_completion in dotfiles
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f2f4e94..cad68c5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
NAME = rootfiles
VERSION = $(shell rpm -q --qf %{VERSION} --specfile $(NAME).spec)
RPM = $(HOME)/rpm/
-DOTFILES = Xdefaults bash_logout bash_profile bashrc cshrc tcshrc vimrc
+DOTFILES = Xdefaults bash_logout bash_profile bashrc bash_completion cshrc tcshrc vimrc
all:
@echo "Use make install"