a2f0
a2f0
@pablobuenaposada commits have been squashed as requested.
@miathedev on MacOS I get a bunch of errors when I invoke docker-compose without `privileged: true` in the docker-compose.yml. I did remove `privileged: true` and re-add it and verify these...
All good I still have hope @pablobuenaposada. No merge conflicts yet 😜
I dunno, I'm not a git expert but I've kind of stopped using rebase because it messes with the history. If rebasing would help get this merged I'm wiling to...
@pablobuenaposada @Drewsif I resolved the merge conflict.
Hi @spencer1573 - Thank you for your support. After putting the line you specified in `~/.bashrc` I receive the exact same error as above (when opening a new terminal).
It's not really that big of a deal I don't want you to waste your time. I actually don't need to get this to work to achieve what Im trying...
I have the output of this invocation in the original post after the second `then`. Here it is again (I just re-tested this): ``` > source /Users/dansullivan/.gvm/scripts/gvm -bash: local: can...
I just set an arbitrary bash prompt by exporting the PS1 variable, `export PS1="--[\u@\h]-[\w]-[$RAILS_ENV]-\n> "`