Skip to content

Instantly share code, notes, and snippets.

View ashtonchase's full-sized avatar

Ashton Johnson ashtonchase

View GitHub Profile
@diggit
diggit / github_pr.fish
Created October 15, 2016 20:32
Custom function to easily clone and pull upstream pullrequests
function echoR
echo -e "\x1b[31;1m""$argv""\x1b[0m"
end
function echoG
echo -e "\x1b[32;1m""$argv""\x1b[0m"
end
function echoY
echo -e "\x1b[33;1m""$argv""\x1b[0m"