👷♂️
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [[ -z $ZSH_THEME_CLOUD_PREFIX ]]; then | |
ZSH_THEME_CLOUD_PREFIX='☁' | |
fi | |
function box_name { | |
[ -f ~/.box-name ] && cat ~/.box-name || echo $HOST | |
} | |
prompt_prefix() { | |
echo -n "%{$fg_bold[cyan]%}$ZSH_THEME_CLOUD_PREFIX " | |
} | |
prompt_dir() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Base image | |
FROM ubuntu:14.04 | |
# Put my hand up as maintainer | |
MAINTAINER Borhane Eddine Guemidi <[email protected]> | |
ENV DEBIAN_FRONTEND noninteractive | |
RUN \ | |
apt-get update && \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"1": { | |
"name": "\u00c5land Islands", | |
"fullname": "\u00c5land Islands", | |
"iso_3166_2": "AX", | |
"iso_3166_3": "ALA", | |
"capital": "Mariehamn", | |
"citizenship": "\u00c5land Islander", | |
"currency": "euro", | |
"currency_code": "EUR", |
NewerOlder