.
look at the suggested functions, find exactly what i wantzsh
runs the zshrc but its environment variables get overwritten by the one launching zsh?! Xdecho
command ignores the variable being setbash
it gets the variable set in the ZSHRC xfcacfrxuaxzugaguixaxwzsh -ic "echo bash"
, because the variable was already set. (edited)-i
flag, you executed the echo $TEST
command and then entered zsh's shell. Otherwise would execute the issues command and quit back to bashexport TEST=bash
zsh -c "echo $TEST"
echo $TEST
zsh -ic "echo $TEST"
, because de variable was already set.
(<@749222324980416602_=43hiller=44ragon>)ddnet-libs
is empty when downloading the source from https://ddnet.org/downloads/, which makes the cmake configuration fail due to missing libraries when trying to use the bundled libraries. Shouldn't the bundled libraries be included in source archives?