Skip to content

Instantly share code, notes, and snippets.

View niclas's full-sized avatar

Niclas Vester niclas

  • 800 rader
  • Palma, Spain / Gävle, Sweden
View GitHub Profile
@niclas
niclas / sVim.rc
Last active January 6, 2017 09:35
let blacklists = ["*://*.google.com/*", "http://play.typeracer.com/*", "https://www.shortcutfoo.com/*"]
@niclas
niclas / .irbrc
Created September 28, 2012 06:55
copying to the pasteboard
def pbcopy(w); `printf #{w} | pbcopy` && w end