bug-bash
[Top][All Lists]
Advanced

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

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


From: Uroz Gonzalez, Jose Luis
Subject: "The \". ~/.bash_aliases\" on bashrc don't load file"
Date: Mon, 25 Feb 2013 21:27:13 +0100

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




reply via email to

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