Skip to content

Instantly share code, notes, and snippets.

View ohilseung's full-sized avatar

Ilseung Oh ohilseung

View GitHub Profile
/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
@ohilseung
ohilseung / 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+=: