We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Then, you want to choose a directory where you will put all your ooc-related stuff. For this page, we will assume you are using $HOME/Dev. Edit your ~/.bashrc or ~/.zshrc file to add the line: export OOC_LIBS="$HOME/Dev"
Then, you want to choose a directory where you will put all your ooc-related stuff. For this page, we will assume you are using $HOME/Dev.
$HOME/Dev
Edit your ~/.bashrc or ~/.zshrc file to add the line: export OOC_LIBS="$HOME/Dev"
export OOC_LIBS="$HOME/Dev"
Which libs need to exist here? If they aren't stdlibs, then it looks to actually be my projects in which case:
$PATH
So what is it I am really setting here with $OOC_LIBS?
$OOC_LIBS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which libs need to exist here?
If they aren't stdlibs, then it looks to actually be my projects in which case:
$PATH
So what is it I am really setting here with
$OOC_LIBS
?The text was updated successfully, but these errors were encountered: