sevdokimov / FriendlyTerminal

Public issue tracking for Friendly Terminal IntelliJ plugin.
7 stars 0 forks source link

Not loading user env #6

Open MostHated opened 1 year ago

MostHated commented 1 year ago

Hey there, Are there settings that can/need to be configured? The built-in terminal is set to use zsh, which loads all of my env variables, but this terminal does not seem to be loading any of them.

Ex. $PATH only contains the base paths from /etc/environment, so things like cargo for Rust are not found. etc.

sevdokimov commented 1 year ago

This terminal is a wrapper on Bash, so the configuration should be added into ~/.profile or ~/.bashrc