Created
September 6, 2019 05:30
-
-
Save Azer0s/c3079b08c8fd4f4046a3b2d2ad0ed534 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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