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*

4
  • Are you sure you aren't specifically calling tagDownload somewhere later in your dotfile? Commented Oct 25, 2019 at 14:21
  • 3
    A function will not be called automatically by defining it. You have a call to tagDownload somewhere, or to the Python script. Use set -x at the top of the file to see what's happening when a terminal is opened. Commented Oct 25, 2019 at 14:40
  • As kindly pointed out by jesse_b and Kusalananda, I was actually calling the function elsewhere in my dotfiles due to a typo :S I feel embarrassed. If either of you posts an answer, I will mark it as the solution, thanks so much! Commented Oct 25, 2019 at 15:38
  • Hope to see you hear again. Commented Oct 25, 2019 at 17:21