Skip to content

Instantly share code, notes, and snippets.

View wmayner's full-sized avatar

William Mayner wmayner

View GitHub Profile
@wmayner
wmayner / index.html
Last active August 29, 2015 14:13 — forked from tmcw/index.html
<!DOCTYPE html>
<html>
<head>
<script src="http://d3js.org/d3.v3.min.js"></script>
<style>
body { margin:0; padding:0; }
#map { width:960px; height:500px; background:cyan; }
</style>
</head>
<body>
@wmayner
wmayner / README.md
Last active December 29, 2015 09:38 — forked from agnoster/README.md

wmayner.zsh-theme

Forked from @agnoster's zsh theme. Incorporates changes from @smileart's fork.

Modifications in this fork:

  • The current path is right aligned, so it's out of the way when working in deeply nested directories. The main, left-aligned prompt only the current directory's name.