From 7b43badab93ba19435b8dd8a339565880c482383 Mon Sep 17 00:00:00 2001 From: Yves Duret Date: Sat, 30 Nov 2002 13:58:56 +0000 Subject: - bashrc: source /etc/bashrc after PATH redefinition (for bash_completion) thanks Guillaume Rousse. - updated to 9.1 --- bashrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 11e81cd..a4cf8a8 100644 --- a/bashrc +++ b/bashrc @@ -1,11 +1,11 @@ # .bashrc -# Source global definitions -if [ -f /etc/bashrc ]; then - . /etc/bashrc -fi - PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin ENV=$HOME/.bashrc USERNAME="root" export USERNAME ENV PATH + +# Source global definitions +if [ -f /etc/bashrc ]; then + . /etc/bashrc +fi -- cgit v1.2.1