Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 3
    A related question about environment variables instead of aliases. Basically, there is no easy way since the alias could have been set anywhere. Try putting set -x as suggested at the top of your and see if that narrows it down for you. Commented May 10, 2012 at 12:37
  • 1
    You'd have to put set -x at the top of /etc/bash_profile or /etc/bashrc. Why not just run bash -i -x or bash -l -x? Commented May 10, 2012 at 23:36