2019-06-06
This commit is contained in:
parent
0265b4086a
commit
b1f7cbef98
@ -46,7 +46,9 @@ Alabama.Miner.756
|
|||||||
|
|
||||||
Ginger.Hotel.696
|
Ginger.Hotel.696
|
||||||
|
|
||||||
** Indigo.Amber.352 **
|
Indigo.Amber.352
|
||||||
|
|
||||||
|
** Fire.Cadabra.998 **
|
||||||
|
|
||||||
Jade.Antares.379
|
Jade.Antares.379
|
||||||
Purple.Venus.729
|
Purple.Venus.729
|
||||||
@ -78,6 +80,12 @@ Yellow+Whisky+052
|
|||||||
'
|
'
|
||||||
|
|
||||||
Amber.Quartz.836
|
Amber.Quartz.836
|
||||||
|
|
||||||
|
Purple.Lead.260
|
||||||
|
|
||||||
|
Mercyful.Pluto.642
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Orions Wordpress Admin password
|
Orions Wordpress Admin password
|
||||||
|
@ -26,4 +26,26 @@ YDY22-82G84-KX9FR-KHM99-9J4RD
|
|||||||
Xara Photo & Graphic Designer 9
|
Xara Photo & Graphic Designer 9
|
||||||
|
|
||||||
This is your Serial Number:
|
This is your Serial Number:
|
||||||
P2-27993-65065-85757-35771-68438-92237
|
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
8
notes/ob people.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
ob people
|
||||||
|
========================
|
||||||
|
|
||||||
|
jacek artmiak
|
||||||
|
ben grey
|
||||||
|
david hicks
|
||||||
|
george mcintosh
|
||||||
|
maciej ziehlke
|
3
notes/trash/1
Normal file
3
notes/trash/1
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
ob people
|
||||||
|
========================
|
||||||
|
|
@ -37,13 +37,13 @@ prompt_git() {
|
|||||||
# Check for untracked files.
|
# Check for untracked files.
|
||||||
if [ -n "$(git ls-files --others --exclude-standard)" ]; then
|
if [ -n "$(git ls-files --others --exclude-standard)" ]; then
|
||||||
# s+='?';
|
# s+='?';
|
||||||
s+=' 🚩';
|
s+=' ⚠️';
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
# Check for stashed files.
|
# Check for stashed files.
|
||||||
if $(git rev-parse --verify refs/stash &>/dev/null); then
|
if $(git rev-parse --verify refs/stash &>/dev/null); then
|
||||||
# s+='$';
|
# s+='$';
|
||||||
s+=' 📤';
|
s+=' 📥';
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
fi;
|
fi;
|
||||||
|
Loading…
Reference in New Issue
Block a user