One issue I always have is the various path env variables (GEM_HOME, etc) that you have to set on a per-directory basis on hosting environments. Right now, I have an alias command in my .zshrc that sets the path based on the current directory, but something tells me there is a better way to handle it.
Comments
One issue I always have is the various path env variables (GEM_HOME, etc) that you have to set on a per-directory basis on hosting environments. Right now, I have an alias command in my .zshrc that sets the path based on the current directory, but something tells me there is a better way to handle it.