p-e-w / finalterm

At last – a modern terminal emulator (NO LONGER MAINTAINED)
http://finalterm.org
GNU General Public License v3.0
3.84k stars 179 forks source link

Some .bashrc issues #392

Closed kozross closed 9 years ago

kozross commented 9 years ago

If I start FinalTerm, it doesn't automatically load all of my ~/.bashrc - specifically, the following part doesn't load (and hence, work like I expect):

alias ls='ls --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F'

If I load my ~/.bashrc manually (i.e. by typing source ~/.bashrc), everything works, but the autocompletion menu of FinalTerm vanishes. Am I doing something wrong?

p-e-w commented 9 years ago

That is because Final Term itself installs an ls alias in order to inject semantic text menu code. Unfortunately, with the current setup there is no way around this conflict (except using a different name such as simply l for your own alias).