GitSquared / edex-ui

A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support.
GNU General Public License v3.0
40.49k stars 2.55k forks source link

Doesn't Load Sources Referenced in .*shrc #1012

Closed CodeConcerto closed 3 years ago

CodeConcerto commented 3 years ago

Technical information

Using version:

Running on:

How comfortable you are with your system and/or IT in general:


Problem

Although .*shrc executes perfectly, the first instance refuses to load referenced sources. Ex. I have a .zsh_custom file running as source /home/concerto/.zsh_custom in .zshrc, which isn't run in eDEX. I tested this by running sleep, which did not trigger. I know this repo is no longer actively developed, but a similar issue was reported back in November that I wanted to expand upon. It doesn't simply not output sourced files, it outright ignores them. The same thing happens with bash. Oddly enough, this issue isn't present in fish from what I can see.

GitSquared commented 3 years ago

Is this true in your case too?

You might also want to check for differences between running env in eDEX and in your regular terminal.

GitSquared commented 3 years ago

Closing as stale/no answer