You are not logged in.
Hello there,
I prefer working on command line, and with gnome/kde terminals, xterm, ...
it is no problem to type something like
> mousepad $HOME/folder/w <TAB> ...
and then w will be expanded to whatever is there basically. Hit enter, done.
With the xfce terminal, something unexpected happens:
$HOME is "auto-escaped" to \$HOME ... this is completely not
what I want or would expect.
I couldnt find a "preferences" switch to disable that ... any idea?
Bug? Feature?
Offline
Happens here too. (Terminal 0.4.7, bash 4.2.008 under Arch Linux.)
For $HOME the easy solution is to use ~ instead, but that doesn't help for other variables.
Offline
Turns out ...
this is a bash problem (new since bash 4.2) or so. Doesnt mean I found a solution.
~ is ok for $HOME; but I am using my own ENV variables pointing to $HERE or $THERE all over the place.
Offline
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 520.58 KiB (Peak: 530.34 KiB) ]