From b1f7cbef988e30aa9eff0356c25b4e89f22b34fb Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Thu, 6 Jun 2019 22:11:53 +0100 Subject: [PATCH] 2019-06-06 --- notes/apikeys.md | 10 +++++++++- notes/appkeys.txt | 24 +++++++++++++++++++++++- notes/notes.sqlite | Bin 11264 -> 11264 bytes notes/ob people.md | 8 ++++++++ notes/trash/1 | 3 +++ shell_dotfiles/_bash_prompt | 4 ++-- 6 files changed, 45 insertions(+), 4 deletions(-) create mode 100644 notes/ob people.md create mode 100644 notes/trash/1 diff --git a/notes/apikeys.md b/notes/apikeys.md index e9844d6..aa218e6 100644 --- a/notes/apikeys.md +++ b/notes/apikeys.md @@ -46,7 +46,9 @@ Alabama.Miner.756 Ginger.Hotel.696 -** Indigo.Amber.352 ** + Indigo.Amber.352 + +** Fire.Cadabra.998 ** Jade.Antares.379 Purple.Venus.729 @@ -78,6 +80,12 @@ Yellow+Whisky+052 ' Amber.Quartz.836 + +Purple.Lead.260 + +Mercyful.Pluto.642 + + ``` Orions Wordpress Admin password diff --git a/notes/appkeys.txt b/notes/appkeys.txt index 2391a4c..b64f8be 100644 --- a/notes/appkeys.txt +++ b/notes/appkeys.txt @@ -26,4 +26,26 @@ YDY22-82G84-KX9FR-KHM99-9J4RD Xara Photo & Graphic Designer 9 This is your Serial Number: -P2-27993-65065-85757-35771-68438-92237 \ No newline at end of file +P2-27993-65065-85757-35771-68438-92237 + + + + +OB GITHUB account 2factor keys +================================= +98001-bbae6 +4a6d9-d96b6 +8cf9b-0f94d +40ba0-ad4ec +dd042-ecf23 +744c3-65350 +e5769-cd655 +f1d82-27255 +c8bdf-48e09 +52868-31901 +119ef-9fef6 +3d12c-fce97 +3da2f-799f4 +c72a8-c4a81 +4d6f9-cf36d +b9940-cbe59 \ No newline at end of file diff --git a/notes/notes.sqlite b/notes/notes.sqlite index f9f1ac8f8353dd1bfa52d2669d200fb5305b276c..31bec650badda3940c1839ffd6c863ec6d8a4aa4 100644 GIT binary patch delta 88 zcmZpOXo#2~%_u)n#+gxmW5N<{Hb&-?49q7t3$pBIHaBHtV{m5VHTKIdNmVd1FtpS) kFw-?K4KXy;GqKb&Fw)CSQ9%eR7@Am_SXvnxFA|Ue0M+>vqyPW_ delta 25 hcmZpOXo#2~%_uif#+gxWW5N>d%`6gsxED!?003#D2krm> diff --git a/notes/ob people.md b/notes/ob people.md new file mode 100644 index 0000000..2c5fbc9 --- /dev/null +++ b/notes/ob people.md @@ -0,0 +1,8 @@ +ob people +======================== + +jacek artmiak +ben grey +david hicks +george mcintosh +maciej ziehlke \ No newline at end of file diff --git a/notes/trash/1 b/notes/trash/1 new file mode 100644 index 0000000..dc9bca5 --- /dev/null +++ b/notes/trash/1 @@ -0,0 +1,3 @@ +ob people +======================== + diff --git a/shell_dotfiles/_bash_prompt b/shell_dotfiles/_bash_prompt index 4a6ad6f..f491cc8 100644 --- a/shell_dotfiles/_bash_prompt +++ b/shell_dotfiles/_bash_prompt @@ -37,13 +37,13 @@ prompt_git() { # Check for untracked files. if [ -n "$(git ls-files --others --exclude-standard)" ]; then # s+='?'; - s+=' 🚩'; + s+=' ⚠️'; fi; # Check for stashed files. if $(git rev-parse --verify refs/stash &>/dev/null); then # s+='$'; - s+=' 📤'; + s+=' 📥'; fi; fi;