Timeline for Why doesn't my Bash script recognize aliases?
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 2, 2023 at 22:14 | comment | added | jewbix.cube | My script contains a set -e, and running it this way causes the set -e to carry over into other bash sessions once the script exists, causing my terminals to exit when any non-zero code is encountered, even just trying to use tab completion. It was pretty frustrating to track down, not complaining -- just putting it here to help. | |
| S Mar 17, 2023 at 16:13 | history | suggested | tinlyx | CC BY-SA 4.0 | improved language |
| Mar 17, 2023 at 1:48 | review | Suggested edits | |||
| S Mar 17, 2023 at 16:13 | |||||
| Aug 17, 2021 at 19:13 | comment | added | MANA624 | Sure, I wouldn't put it into a professional production script, but I just needed something quick and scrappy +1 | |
| Mar 30, 2021 at 12:22 | comment | added | demongolem | For a solution which avoids editing the script itself (that is why a script exists for us so it can be shared among many people) this is really great | |
| Oct 13, 2020 at 17:45 | history | answered | Tono Nam | CC BY-SA 4.0 |