Skip to content

Instantly share code, notes, and snippets.

@henryvoorburg
Forked from squarism/this_is_terrible.md
Created May 20, 2020 00:04
Show Gist options
  • Save henryvoorburg/f4c36bc1eb102d01840f8c844568b3d8 to your computer and use it in GitHub Desktop.
Save henryvoorburg/f4c36bc1eb102d01840f8c844568b3d8 to your computer and use it in GitHub Desktop.
Best Developer In The World

Probably Best Thing You Can Do Ever™

git init yolo
cd yolo

export PS1='$FG[032]%2~\
$(git_prompt_info) \
$(gyolo 2>&1 > /dev/null) \
$FG[105]%(!.#.>)%{$reset_color%}'

alias gyolo='git add . > /dev/null; git commit -a -m "$(curl -s whatthecommit.com/index.txt)" > /dev/null; git push -f origin master > /dev/null'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment