Skip to content

Instantly share code, notes, and snippets.

View 51326's full-sized avatar

Ilseung Oh 51326

View GitHub Profile
@51326
51326 / $PATH
Created January 20, 2018 07:49
/home/ec2-user/.rvm/gems/ruby-2.4.3/bin:/home/ec2-user/.rvm/gems/ruby-2.4.3@global/bin:/home/ec2-user/.rvm/rubies/ruby-2.4.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/aws/bin:/home/ec2-user/.rvm/bin:/home/ec2-user/.local/bin:/home/ec2-user/bin
@51326
51326 / nginx.vim
Created January 19, 2018 14:04
vim nginx syntax
" Vim syntax file
" Language: nginx.conf
if exists("b:current_syntax")
finish
end
setlocal iskeyword+=.
setlocal iskeyword+=/
setlocal iskeyword+=: