2019-06-06

This commit is contained in:
Martin Donnelly 2019-06-06 22:11:53 +01:00
parent 0265b4086a
commit b1f7cbef98
6 changed files with 45 additions and 4 deletions

View File

@ -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

View File

@ -27,3 +27,25 @@ Xara Photo & Graphic Designer 9
This is your Serial Number:
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

Binary file not shown.

8
notes/ob people.md Normal file
View File

@ -0,0 +1,8 @@
ob people
========================
jacek artmiak
ben grey
david hicks
george mcintosh
maciej ziehlke

3
notes/trash/1 Normal file
View File

@ -0,0 +1,3 @@
ob people
========================

View File

@ -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;