Skip to content

Instantly share code, notes, and snippets.

@Azer0s
Created September 6, 2019 05:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Azer0s/c3079b08c8fd4f4046a3b2d2ad0ed534 to your computer and use it in GitHub Desktop.
Save Azer0s/c3079b08c8fd4f4046a3b2d2ad0ed534 to your computer and use it in GitHub Desktop.
export DISPLAY=:0
bash -c zsh
case $- in
# Install Ruby Gems to ~/gems
export GEM_HOME=$HOME/gems
export PATH=$HOME/gems/bin:$PATH
# Install Ruby Gems to ~/gems
export GEM_HOME="$HOME/gems"
export PATH="$HOME/gems/bin:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment