Hi all,
        Should command line tab completion work with an alias? As I outlined in 
a previous question, "Weird behaviour with printf() and scanf()", I have 
taken a full install and deleted much stuff and I'm thinking I may have 
overdone it.

        I have gcc and clang installed in my environment. Typing in either:

        gcc te {tab}

or

        clang te {tab}

will result in "te" being expanded out to "test.c". Typing in

        cc te {tab}

which I have aliased in .bashrc as

        alias cc='clang'

results in no expansion. Should this work or have I possibly deleted 
some file that controls this?

        Regards,
                Andrew

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Msys2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to