<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.ubuntu-fr.org/extern.php?action=feed&amp;tid=209999&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / Chargement du fichier .bashrc]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=209999</link>
		<description><![CDATA[Les sujets les plus récents dans Chargement du fichier .bashrc.]]></description>
		<lastBuildDate>Sat, 21 Apr 2012 12:15:20 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  Chargement du fichier .bashrc]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=8901401#p8901401</link>
			<description><![CDATA[<p>Au cas où ça serve à quelqu&#039;un !</p><p>Les fichiers de configuration lus par défaut sont, dans l&#039;ordre :</p><p>/etc/profile<br />~/.bash_profile<br />~/.bash_login<br />~/.profile</p><p>Il faut que l&#039;un d&#039;eux fasse appel à ~/.bashrc comme décrit plus haut.</p><div class="codebox"><pre><code>if [ -f ~/.bashrc ]; then
    . ~/.bashrc
fi</code></pre></div><p><a href="http://www.humbug.in/apple/fr/why-doesnt-bashrc-run-automatically--12993.html">source</a></p>]]></description>
			<author><![CDATA[dummy@example.com (billx)]]></author>
			<pubDate>Sat, 21 Apr 2012 12:15:20 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=8901401#p8901401</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Chargement du fichier .bashrc]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3471875#p3471875</link>
			<description><![CDATA[<p>Regarde dans le fichier .bash_profile sous ton home si tu as les lignes suivantes</p><p># include .bashrc if it exists<br />if [ -f ~/.bashrc ]; then<br />&#160; &#160; . ~/.bashrc<br />fi</p>]]></description>
			<author><![CDATA[dummy@example.com (weepu)]]></author>
			<pubDate>Wed, 12 May 2010 11:20:13 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3471875#p3471875</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Chargement du fichier .bashrc]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=2176672#p2176672</link>
			<description><![CDATA[<p>Bon, ça marche si on suit le conseil de Ultandir. Je vais en rester là.</p>]]></description>
			<author><![CDATA[dummy@example.com (zetotof)]]></author>
			<pubDate>Mon, 03 Nov 2008 06:53:59 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=2176672#p2176672</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Chargement du fichier .bashrc]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=2176669#p2176669</link>
			<description><![CDATA[<p>Salut, j&#039;ai le même problème ici. Je pense que ça a démarré le jour où j&#039;ai exécuté la commande dircolors. Maintenant, plus de chargement automatique de ~/.bashrc.</p><p>étrange : bash --verbose a pour effet de le recharger. Ça ne résout pas le problème pour autant.</p>]]></description>
			<author><![CDATA[dummy@example.com (zetotof)]]></author>
			<pubDate>Mon, 03 Nov 2008 06:51:14 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=2176669#p2176669</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Chargement du fichier .bashrc]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=1691095#p1691095</link>
			<description><![CDATA[<p>Ton bash_completation n&#039;est pas chargé de toute façons, donc pas la peine de le poster (oups, trop tard).</p><p>essaye un </p><div class="codebox"><pre><code>bash --verbose</code></pre></div><p>sans faire ton </p><div class="codebox"><pre><code>source .bashrc</code></pre></div><p>tu verras bien ce que charge ton bash.</p>]]></description>
			<author><![CDATA[dummy@example.com (mika)]]></author>
			<pubDate>Mon, 21 Apr 2008 10:47:34 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=1691095#p1691095</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Chargement du fichier .bashrc]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=1691086#p1691086</link>
			<description><![CDATA[<p>Personnellement je ne voit pas la solution.<br />Pour la trouver, il faudrqait remonter au fichier qui appel le bashrc et je ne le connait pas. Je ne l&#039;ai pas trouvé dans la doc en recherchant .bashrc</p><p>en attendant, rajoute ces lignes de codes dans ton /etc/bash.bashrc :</p><div class="codebox"><pre><code>if [ -f ~/.bashrc ]; then
    . ~/.bashrc
fi</code></pre></div><p>et normalement, a chaque démarrage, il devrait executer le bash.<br />Si tu veut le mettre dans un autre fichier pour le lancer a chaque terminal par exemple, refère toi a cette page<br /><a href="http://doc.ubuntu-fr.org/variables_d_environnement?s=bashrc">http://doc.ubuntu-fr.org/variables_d_en … t?s=bashrc</a></p><p>A peu près au milieu est expliqué quels fichiers sont démarré quand.</p><p>Tiens nous au courant si ca marche ou pas ( en esperant que oui ).</p>]]></description>
			<author><![CDATA[dummy@example.com (Ultandir)]]></author>
			<pubDate>Mon, 21 Apr 2008 10:39:12 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=1691086#p1691086</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Chargement du fichier .bashrc]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=1691047#p1691047</link>
			<description><![CDATA[<p>profile</p><div class="codebox"><pre><code># /etc/profile: system-wide .profile file for the Bourne shell (sh(1))
# and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).

if [ &quot;`id -u`&quot; -eq 0 ]; then
  PATH=&quot;/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin&quot;
else
  PATH=&quot;/usr/local/bin:/usr/bin:/bin:/usr/games&quot;
fi

if [ &quot;$PS1&quot; ]; then
  if [ &quot;$BASH&quot; ]; then
    PS1=&#039;\u@\h:\w\$ &#039;
  else
    if [ &quot;`id -u`&quot; -eq 0 ]; then
      PS1=&#039;# &#039;
    else
      PS1=&#039;$ &#039;
    fi
  fi
fi

export PATH

umask 022</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (fahmi2008)]]></author>
			<pubDate>Mon, 21 Apr 2008 10:21:12 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=1691047#p1691047</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Chargement du fichier .bashrc]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=1691038#p1691038</link>
			<description><![CDATA[<p>bash_completion</p><div class="codebox"><pre class="vscroll"><code>#   bash_completion - programmable completion functions for bash 3.x
#		      (backwards compatible with bash 2.05b)
#
#   $Id: bash_completion,v 1.872 2006/03/01 16:20:18 ianmacd Exp $
#
#   Copyright (C) Ian Macdonald &lt;ian@caliban.org&gt;
#
#   This program is free software; you can redistribute it and/or modify
#   it under the terms of the GNU General Public License as published by
#   the Free Software Foundation; either version 2, or (at your option)
#   any later version.
#
#   This program is distributed in the hope that it will be useful,
#   but WITHOUT ANY WARRANTY; without even the implied warranty of
#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#   GNU General Public License for more details.
#
#   You should have received a copy of the GNU General Public License
#   along with this program; if not, write to the Free Software Foundation,
#   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
#   The latest version of this software can be obtained here:
#
#   http://www.caliban.org/bash/index.shtml#completion
#
#   RELEASE: 20060301

[ -n &quot;${BASH_COMPLETION_DEBUG:-}&quot; ] &amp;&amp; set -v || set +v

# Alter the following to reflect the location of this file.
#
{
  # These declarations must go within braces in order to be able to silence
  # readonly variable errors.
  BASH_COMPLETION=&quot;${BASH_COMPLETION:-/etc/bash_completion}&quot;
  BASH_COMPLETION_DIR=&quot;${BASH_COMPLETION_DIR:=/etc/bash_completion.d}&quot;
} 2&gt;/dev/null || :
readonly BASH_COMPLETION BASH_COMPLETION_DIR

# Set a couple of useful vars
#
UNAME=$( uname -s )
# strip OS type and version under Cygwin (e.g. CYGWIN_NT-5.1 =&gt; Cygwin)
UNAME=${UNAME/CYGWIN_*/Cygwin}
RELEASE=$( uname -r )

# features supported by bash 2.05 and higher
if [ ${BASH_VERSINFO[0]} -eq 2 ] &amp;&amp; [[ ${BASH_VERSINFO[1]} &gt; 04 ]] ||
   [ ${BASH_VERSINFO[0]} -gt 2 ]; then
	declare -r bash205=$BASH_VERSION 2&gt;/dev/null || :
	default=&quot;-o default&quot;
	dirnames=&quot;-o dirnames&quot;
	filenames=&quot;-o filenames&quot;
fi
# features supported by bash 2.05b and higher
if [ ${BASH_VERSINFO[0]} -eq 2 ] &amp;&amp; [[ ${BASH_VERSINFO[1]} = &quot;05b&quot; ]] ||
   [ ${BASH_VERSINFO[0]} -gt 2 ]; then
	declare -r bash205b=$BASH_VERSION 2&gt;/dev/null || :
	nospace=&quot;-o nospace&quot;
fi
# features supported by bash 3.0 and higher
if [ ${BASH_VERSINFO[0]} -gt 2 ]; then
	declare -r bash3=$BASH_VERSION 2&gt;/dev/null || :
	bashdefault=&quot;-o bashdefault&quot;
	plusdirs=&quot;-o plusdirs&quot;
fi

# Turn on extended globbing and programmable completion
shopt -s extglob progcomp

# A lot of the following one-liners were taken directly from the
# completion examples provided with the bash 2.04 source distribution

# Make directory commands see only directories
complete -d pushd

# The following section lists completions that are redefined later
# Do NOT break these over multiple lines.
#
# START exclude -- do NOT remove this line
complete -f -X &#039;!*.?(t)bz?(2)&#039; bunzip2 bzcat bzcmp bzdiff bzegrep bzfgrep bzgrep
complete -f -X &#039;!*.@(zip|ZIP|jar|JAR|exe|EXE|pk3|war|wsz|ear|zargo|xpi|sxw|ott)&#039; unzip zipinfo
complete -f -X &#039;*.Z&#039; compress znew
complete -f -X &#039;!*.@(Z|gz|tgz|Gz|dz)&#039; gunzip zcmp zdiff zcat zegrep zfgrep zgrep zless zmore
complete -f -X &#039;!*.Z&#039; uncompress
complete -f -X &#039;!*.@(gif|jp?(e)g|miff|tif?(f)|pn[gm]|p[bgp]m|bmp|xpm|ico|xwd|tga|pcx|GIF|JP?(E)G|MIFF|TIF?(F)|PN[GM]|P[BGP]M|BMP|XPM|ICO|XWD|TGA|PCX)&#039; ee display
complete -f -X &#039;!*.@(gif|jp?(e)g|tif?(f)|png|p[bgp]m|bmp|x[bp]m|rle|rgb|pcx|fits|pm|GIF|JPG|JP?(E)G|TIF?(F)|PNG|P[BGP]M|BMP|X[BP]M|RLE|RGB|PCX|FITS|PM)&#039; xv qiv
complete -f -X &#039;!*.@(@(?(e)ps|?(E)PS|pdf|PDF)?(.gz|.GZ|.bz2|.BZ2|.Z))&#039; gv ggv kghostview
complete -f -X &#039;!*.@(dvi|DVI)?(.@(gz|Z|bz2))&#039; xdvi
complete -f -X &#039;!*.@(dvi|DVI)&#039; dvips dviselect dvitype kdvi dvipdf advi
complete -f -X &#039;!*.@(pdf|PDF)&#039; acroread gpdf xpdf kpdf
complete -f -X &#039;!*.@(@(?(e)ps|?(E)PS)?(.gz|.GZ)|pdf|PDF|dvi|DVI|gif|jp?(e)g|miff|tif?(f)|pn[gm]|p[bgp]m|bmp|xpm|ico|xwd|tga|pcx|GIF|JP?(E)G|MIFF|TIF?(F)|PN[GM]|P[BGP]M|BMP|XPM|ICO|XWD|TGA|PCX)&#039; evince
complete -f -X &#039;!*.@(?(e)ps|?(E)PS)&#039; ps2pdf
complete -f -X &#039;!*.texi*&#039; makeinfo texi2html
complete -f -X &#039;!*</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (fahmi2008)]]></author>
			<pubDate>Mon, 21 Apr 2008 10:17:59 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=1691038#p1691038</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Chargement du fichier .bashrc]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=1690981#p1690981</link>
			<description><![CDATA[<p>Peut tu poster ton /etc/bash_completion et ton /etc/profile s&#039;il te plait?</p><p>EDIT : </p><div class="quotebox"><blockquote><div><p>Autrement j&#039;ai une solution &quot;à la sauvage&quot;, dans ton bash.bachrc dans etc, rajoute la ligne suivante</p></div></blockquote></div><p>C&#039;est aussi une des solutions à laquelle je pense.</p><p>Mais je préfererait trouver le problème a la source.....si je le peut.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ultandir)]]></author>
			<pubDate>Mon, 21 Apr 2008 09:57:12 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=1690981#p1690981</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Chargement du fichier .bashrc]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=1690970#p1690970</link>
			<description><![CDATA[<p>Autrement j&#039;ai une solution &quot;à la sauvage&quot;, dans ton bash.bachrc dans etc, rajoute la ligne suivante</p><div class="codebox"><pre><code>if [ -f ~/.bashrc ]; then source ~/.bashrc ; fi</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (mika)]]></author>
			<pubDate>Mon, 21 Apr 2008 09:53:31 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=1690970#p1690970</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Chargement du fichier .bashrc]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=1690956#p1690956</link>
			<description><![CDATA[<div class="codebox"><pre class="vscroll"><code># System-wide .bashrc file for interactive bash(1) shells.

# To enable the settings / commands in this file for login shells as well,
# this file has to be sourced in /etc/profile.

# If not running interactively, don&#039;t do anything
[ -z &quot;$PS1&quot; ] &amp;&amp; return

# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
shopt -s checkwinsize

# set variable identifying the chroot you work in (used in the prompt below)
if [ -z &quot;$debian_chroot&quot; ] &amp;&amp; [ -r /etc/debian_chroot ]; then
    debian_chroot=$(cat /etc/debian_chroot)
fi

# set a fancy prompt (non-color, overwrite the one in /etc/profile)
PS1=&#039;${debian_chroot:+($debian_chroot)}\u@\h:\w\$ &#039;

# Commented out, don&#039;t overwrite xterm -T &quot;title&quot; -n &quot;icontitle&quot; by default.
# If this is an xterm set the title to user@host:dir
#case &quot;$TERM&quot; in
#xterm*|rxvt*)
#    PROMPT_COMMAND=&#039;echo -ne &quot;\033]0;${USER}@${HOSTNAME}: ${PWD}\007&quot;&#039;
#    ;;
#*)
#    ;;
#esac

# enable bash completion in interactive shells
#if [ -f /etc/bash_completion ]; then
#    . /etc/bash_completion
#fi</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (fahmi2008)]]></author>
			<pubDate>Mon, 21 Apr 2008 09:49:14 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=1690956#p1690956</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Chargement du fichier .bashrc]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=1690937#p1690937</link>
			<description><![CDATA[<div class="quotebox"><cite>mika a écrit&#160;:</cite><blockquote><div><p>wouaw, t&#039;as qu&#039;un fichier dans ton home ?</p></div></blockquote></div><p>Non je lui ai demandé de ne mettre que la ligne du bashrc ( sinon ce serait trop long avec . , .. et tous les autres fichiers invisibles <img src="http://forum.ubuntu-fr.org/img/smilies/wink.png" width="15" height="15" alt="wink" />.</p><p>Donc tu as bien un .bashrc dans ton home, donc d&#039;après moi, il y a un problème dans le fichier appelant le .bashrc</p><p>va voir, comme l&#039;a dit mika, le /etc/bash.bashrc ( post le avec les balises code )</p>]]></description>
			<author><![CDATA[dummy@example.com (Ultandir)]]></author>
			<pubDate>Mon, 21 Apr 2008 09:40:42 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=1690937#p1690937</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Chargement du fichier .bashrc]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=1690877#p1690877</link>
			<description><![CDATA[<p>wouaw, t&#039;as qu&#039;un fichier dans ton home ? </p><p>Bon déjà c&#039;est pas un problème de droit si tu es connecté sous fahmi.</p>]]></description>
			<author><![CDATA[dummy@example.com (mika)]]></author>
			<pubDate>Mon, 21 Apr 2008 09:10:02 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=1690877#p1690877</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Chargement du fichier .bashrc]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=1690871#p1690871</link>
			<description><![CDATA[<p>Le résultat de la commande &quot;ls -al --color&quot;&#160; est<br />&quot;-rw-r--r--&#160; 1 fahmi fahmi&#160; &#160; &#160; 2369 2008-03-07 14:42 .bashrc&quot;</p>]]></description>
			<author><![CDATA[dummy@example.com (fahmi2008)]]></author>
			<pubDate>Mon, 21 Apr 2008 09:06:48 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=1690871#p1690871</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Chargement du fichier .bashrc]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=1690853#p1690853</link>
			<description><![CDATA[<p>Explore ces pistes :</p><p>- problème de droit ou de propriétaire sur le bashrc (quoi qu&#039;avec le source il te le dirais si t&#039;avais pas les bons droits).<br />- problème dans&#160; /etc/bash.bashrc<br />- bash est un alias ? (du style bash --norc)</p>]]></description>
			<author><![CDATA[dummy@example.com (mika)]]></author>
			<pubDate>Mon, 21 Apr 2008 08:59:33 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=1690853#p1690853</guid>
		</item>
	</channel>
</rss>
