I've added some lines to ~/.bash_aliases yesterday... And today my gnome-terminal started showing me this expression in the beginning, just before the prompt.
/home/igoru /etc/bash_completion
igoru@igoru-ubuntu:
Those are the lines I added:
alias realias='vim ~/.bash_aliases; source ~/.bash_aliases'
alias ..='cd ..'
alias .='echo $PWD'
alias canhaz='sudo apt-get install'
What is happening?
Is this expression really related to those aliases, or what?
:-)– nik Aug 21 '09 at 4:01