Skip to content

Instantly share code, notes, and snippets.

@Vitre
Last active November 7, 2017 13:31
Show Gist options
  • Save Vitre/36d050fb3a611faf4a6278b0b0b97ee7 to your computer and use it in GitHub Desktop.
Save Vitre/36d050fb3a611faf4a6278b0b0b97ee7 to your computer and use it in GitHub Desktop.
ruby-cygwin.sh
# ruby
alias ruby='/cygdrive/c/Host/opt/Ruby/2.4/bin/ruby.exe'
alias gem='/cygdrive/c/Host/opt/Ruby/2.4/bin/gem.cmd'
alias bundle='/cygdrive/c/Host/opt/Ruby/2.4/bin/bundle.bat'
alias rails='/cygdrive/c/Host/opt/Ruby/2.4/bin/rails.bat'
# sys
alias la='ls -la'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment