From 9291e062cb24bac5d7c7059d4dc64669c1917b33 Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:12:28 +0100 Subject: aaabasicfs 2011-3 et split des dépot base et extra en 2 git séparé MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/aaabasicfs/bash_profile | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 base/aaabasicfs/bash_profile (limited to 'base/aaabasicfs/bash_profile') diff --git a/base/aaabasicfs/bash_profile b/base/aaabasicfs/bash_profile deleted file mode 100644 index f0a4a1419..000000000 --- a/base/aaabasicfs/bash_profile +++ /dev/null @@ -1,36 +0,0 @@ -# Begin ~/.bash_profile -# Written for Beyond Linux From Scratch -# by James Robertson -# updated by Bruce Dubbs - -# Personal environment variables and startup programs. - -# Personal aliases and functions should go in ~/.bashrc. System wide -# environment variables and startup programs are in /etc/profile. -# System wide aliases and functions are in /etc/bashrc. - -append () { - # First remove the directory - local IFS=':' - local NEWPATH - for DIR in $PATH; do - if [ "$DIR" != "$1" ]; then - NEWPATH=${NEWPATH:+$NEWPATH:}$DIR - fi - done - - # Then append the directory - export PATH=$NEWPATH:$1 -} - -if [ -f "$HOME/.bashrc" ] ; then - source $HOME/.bashrc -fi - -if [ -d "$HOME/bin" ] ; then - append $HOME/bin -fi - -unset append - -# End ~/.bash_profile -- cgit v1.2.3-70-g09d2