I hereby claim:
- I am a1ee9b on github.
- I am jannikz (https://keybase.io/jannikz) on keybase.
- I have a public key whose fingerprint is D81F A5B8 CE50 61C8 0CDB FCB5 26E1 D4D2 16FF 5E18
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<link rel="import" href="../code-mirror/code-mirror.html"> | |
<link rel="import" href="../google-map/google-map.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
position: absolute; | |
width: 100%; |
/* | |
* ValuePlease | |
* | |
* Make objects accessible everywhere. Independently from encapsulation. | |
* | |
* Supports all major browsers in the current version. | |
* | |
* VERY EARLY STAGE. SHOULD BE TESTED INTENSIVELY. | |
* | |
* MIT-License |
function collapse_pwd { | |
echo $(pwd | sed -e "s,^$HOME,~,") | |
} | |
local return_code="%(?..%{$fg_bold[red]%}%? ↵ %{$reset_color%})" | |
PROMPT='${return_code}%{$fg_no_bold[green]%}(%n@%M)$(collapse_pwd)%{$reset_color%}$(git_prompt_info) »' | |
RPROMPT="%D{%H:%M:%S %e.%b.%Y}" | |
# git settings |
#!/bin/bash | |
# Chrome Refresh | |
# | |
# Simple applescript browser reloader for Google Chrome. It will either open a | |
# new tab with the url passed in as an argument or refresh an existing tab. | |
# | |
# Use grunt-exec to include it in your build process | |
# | |
# 2-clause BSD license |