Skip to content

Instantly share code, notes, and snippets.

View hilli's full-sized avatar

Jens Hilligsøe hilli

View GitHub Profile
@hilli
hilli / test.md
Last active February 9, 2018 21:50
MD test

MD test

Dette er en dobbelt stjerne test og denne en enkelt stjerne test

Links

hilli

Verifying that "hilligsoe.id" is my Blockstack ID.
https://onename.com/hilligsoe

Keybase proof

I hereby claim:

  • I am hilli on github.
  • I am hilli (https://keybase.io/hilli) on keybase.
  • I have a public key whose fingerprint is DAEA 7458 8889 8238 D280 E03E 0F12 9545 CE1C F90A

To claim this, I am signing this object:

@hilli
hilli / bash-prompt-config
Created May 22, 2012 12:04
vcpromt for one's bashes
# Colors from http://wiki.archlinux.org/index.php/Color_Bash_Prompt
# misc
NO_COLOR='\e[0m' #disable any colors
# regular colors
BLACK='\e[0;30m'
RED='\e[0;31m'
GREEN='\e[0;32m'
YELLOW='\e[0;33m'
BLUE='\e[0;34m'
MAGENTA='\e[0;35m'