Skip to content
New issue

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

Is there anyway to use this when my .bashrc is a symlink to a global .bashrc in my org? #575

Open
sehejjain opened this issue May 30, 2024 · 1 comment

Comments

@sehejjain
Copy link

I think this was answered in #533 but if someone knows a way to use omb in this situation, it would be appreciated!

@RobLoach
Copy link
Contributor

RobLoach commented Sep 1, 2024

Unsure what you mean, but you could load their bashrc after yours, other the other way around.

Set your OSH folder...

export OSH="/path/to/oh-my-bash"

And then include it...

if test -f "$OSH/oh-my-bash.sh"; then
	source "$OSH/oh-my-bash.sh"
fi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants