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 f9f1ac8..31bec65 100644 Binary files a/notes/notes.sqlite and b/notes/notes.sqlite differ 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;