Running Ubuntu 14.04 LTS
I open a terminal, and type a simple alias command, but then it doesn't work:
~> alias ge='gedit &'
~> ge
ge: command not found
I've also tried adding aliases to .bashrc, .profile, .bash_aliases, all to no avail. What is most disturbing is that it doesn't work in command line.
Additional things, in response to comments:
> alias ge='gedit &'
> ge
ge: Command not found.
> alias
>
> echo $-
Illegal variable name.
> shopt -p expand_aliases
shopt: Command not found.
> . ~/.bashrc
/usr/sbin/.: Permission denied.
> source ~/.bashrc
Illegal variable name.