This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export PS1="\n\[\e[34m\][\A]\e[m\] \[\e[32m\]\`git_emoji\`\[\e[m\] \n\[\e[33m\]\w\[\e[m\] -> \[$(tput sgr0)\]" | |
function git_emoji() { | |
BRANCH=`parse_git_branch` | |
CHANGES=`parse_git_changes` | |
if [ ! "${BRANCH}" == "" ] | |
then | |
echo "(${BRANCH}${CHANGES})" | |
else | |
echo "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%%%&&&&%&&&&&&&&&&&%%&&&&&@@&%&&&&&%%&&&&%&@&%%&&&&&&&&&%%%&&&&%&&&&%%&@&&&&&&&&&&&&@&&&@@&&@&&&%%% | |
%%@ % * * % ( . % ( .%@ % & % . *%@ ( . , * , % % / , , . &%% | |
%%@ @ % % @ % /@ .%%/ #/ , & % &%@ @ / # % . . # @, , ,&%% | |
%%@ , % @@ @@ , % @@ , / ( .%%@ @/ , & % % ,&@ ( . % . # @ . , & , *@, / @%% | |
%%@ , # . @@ , # ,( @ / .%#& @@. /@* .@ % ,&@ & % @ %& % %@ #, , / &%% | |
%%%%%%%%%%%%%#%%%%%%%%%###%##%###%%%#%%&@@@@@@@@@@&@&&&&&&%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
%%%%%%%%%%%%%%%%%%#######%############%&@@@@@@@@@@@@@@@&&&%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
%%%%%%%%%%%%%##%################%#####%&@@@@@@@@@@@@@@&&%%(((%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
%%%%%#%%##%#####%########%%#########%%%%&@@@@@@@@@&&&&&&%(////(%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
%%%%#####%%#%#######################%%%%%%&%%&&&###(((///////(%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%##%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
%%%%%&%%%%%%&@&&&%%%%%%&&%%%%%%&%%%%%%&@&&%%%%%%%&&@%(/#%@&&%%%%@%%%%&%%&%%%%&&%%%%&@%#/(%@&&%%%%&&%%%&&%%%%%&@@%%%%&&%%%%%&@&&&%%%%%&&@&%&@%#/(%@&&%%%%@&%%%%@%%%%&@&%//%&@&&%%%%%%&&%%%%%&@@&%%%%%% | |
%%%%%@* @% *, * ,@, &* ,@ %. (&%@( /* %, *@. (* %% %&%%@/ .&% *@, /& @, @ ( %% (# &&%%%%% | |
%%%%%@* ,, %% ,%%&, ,%%& %, @, ,%%% .& @ %. (&%&@ . /& % %. (* %% # ,@%%@/ #/ /% % & % % % % * (# *% %% ./ *@&%%%% | |
%%%%%@* ,. %% ,%%@, ,%%@ (. @, ,%%&. (@@@@ . (&%%&( @& % %. (* %% * *@%%@/ /, (% ( & % #. / ( .( .%@@@% %%@# , /@%%%%% | |
%%%%%@* /@% %, % |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function counterValue() { | |
var s = "000000000" + Math.round(effect("Point Control")("Point")[0]); | |
return s.substr(s.length-9); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
participants: | |
- | |
:first_name: "Willem" | |
:last_name: "Ellis" | |
:phone: 7632186309 | |
- | |
:first_name: "Katie" | |
:last_name: "Ellis" | |
:phone: 9186405351 | |
- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dopedopedopedopedope | |
dopedopedopedope | |
dopedopedop | |
dopedope | |
dope | |
dope |
Paste these into a Facebook chat window
[[467534526615677]][[467534526615677]][[467534526615677]][[467534603282336]][[467534606615669]][[467534526615677]]
[[467534526615677]][[467534526615677]][[467534526615677]][[467534633282333]][[467534646615665]][[467534526615677]]
[[467534526615677]][[467534663282330]][[467534673282329]][[467534679948995]][[467534686615661]][[467534689948994]]
[[467534706615659]][[467534709948992]][[467534713282325]][[467534729948990]][[467534733282323]][[467534736615656]]
[[467534749948988]][[467534753282321]][[467534756615654]][[467534766615653]][[467534779948985]][[467534783282318]]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"auto_complete_commit_on_tab": true, | |
"bold_folder_labels": true, | |
"caret_style": "phase", | |
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme", | |
"copy_with_empty_selection": false, | |
"default_line_ending": "unix", | |
"draw_minimap_border": true, | |
"font_size": 13, | |
"highlight_line": true, |