bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "The \". ~/.bash_aliases\" on bashrc don't load file"


From: Chris Down
Subject: Re: "The \". ~/.bash_aliases\" on bashrc don't load file"
Date: Tue, 26 Feb 2013 06:59:53 +0800
User-agent: Mutt/1.5.21 (2010-09-15)

On 2013-02-25 21:27, Uroz Gonzalez, Jose Luis wrote:
> Configuration Information [Automatically generated, do not change]:
> Machine: i686
> OS: linux-gnu
> Compiler: gcc
> Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='i686' 
> -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu' 
> -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash' -DSHELL 
> -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib  
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 
> -Wformat -Wformat-security -Werror=format-security -Wall
> uname output: Linux xubuntu-ugy 3.2.0-38-generic-pae #61-Ubuntu SMP Tue Feb 
> 19 12:39:51 UTC 2013 i686 athlon i386 GNU/Linux
> Machine Type: i686-pc-linux-gnu
>
> Bash Version: 4.2
> Patch Level: 24
> Release Status: release
>
> Description:
>     On open console/terminal the aliases on .bash_aliases don't are 
> avalaible.    
>
> Repeat-By:
>     A.- Open terminal
>     B.- type/call any alias in ".bash_aliases" e.g. cls
>     C.- Press enter
>     D.- Message error "No se ha encontrado la orden «cls» pero hay 18 
> similares
>     cls: no se encontró la orden"
>
> Fix:
>     Prepend a slash "\" to dot on .bashrc.
>     This:
>         . ~/.bash_aliases
>     To this:
>         \. ~/.bash_aliases
>
>
>

Something is really wrong with your shell configuration if you have to do this.
What is the output of `type .`?

Chris



reply via email to

[Prev in Thread] Current Thread [Next in Thread]