oh-my-bash
oh-my-bash copied to clipboard
Is there anyway to use this when my .bashrc is a symlink to a global .bashrc in my org?
I think this was answered in #533 but if someone knows a way to use omb in this situation, it would be appreciated!
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