Skip to content

Instantly share code, notes, and snippets.

View jdcotter's full-sized avatar

John Cotter jdcotter

View GitHub Profile
#!/bin/bash
set -o vi
export CDPTH=.:~:/etc
alias ali='vi ~/.bash_profile; . ~/.bash_profile'
alias all="ls -Fla"
alias ll="ls -Fla"
alias dir="ls -ltr"
alias repos="cd /d/repos"
alias rep="cd /d/repos"
@jdcotter
jdcotter / index.html
Last active December 13, 2015 16:39
HTML: index.html
<!doctype html>
<html>
<head>
<meta charset=utf-8>
<title>Papa's sample website</title>
</head>
<body>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
</body>
</html>