[arch-general] not able to execute commands on tty

Galdor Takacs g at ldor.de
Mon Apr 25 20:29:10 UTC 2022


I wasn't aware that environment setup shouldn't go into .bashrc, but into
.profile. Good to know, thank you!

Here's how I have it now:

#
# ~/.profile
#
path_prefixes=(
	~/.local/bin
	~/.cargo/bin
	/opt/cuda/bin
)
export PATH="$(printf "%s:" "${path_prefixes[@]}")$PATH"


#
# ~/.bash_profile
#
[[ -r ~/.profile ]] && . ~/.profile
[[ -r ~/.bashrc ]] && . ~/.bashrc



    Galdor


More information about the arch-general mailing list