Skip to content

Instantly share code, notes, and snippets.

View RamonPage's full-sized avatar

Ramon Bispo RamonPage

View GitHub Profile
@RamonPage
RamonPage / .git-prompt.sh
Last active August 29, 2015 14:02
Git Prompt
# bash/zsh git prompt support
#
# Copyright (C) 2006,2007 Shawn O. Pearce <spearce@spearce.org>
# Distributed under the GNU General Public License, version 2.0.
#
# This script allows you to see the current branch in your prompt.
#
# To enable:
#
# 1) Copy this file to somewhere (e.g. ~/.git-prompt.sh).

Keybase proof

I hereby claim:

  • I am ramonpage on github.
  • I am ramonpage (https://keybase.io/ramonpage) on keybase.
  • I have a public key whose fingerprint is 0884 014E 7D6D D8A5 E6E9 3DF6 BA0F 4713 2787 B917

To claim this, I am signing this object:

@RamonPage
RamonPage / .env
Last active August 23, 2021 15:02 — forked from bmhatfield/.zshrc
OSX Keychain Environment Variables
# Requires keychain-environment-variables.sh
#
# AWS configuration example, after doing:
# $ set-keychain-environment-variable AWS_ACCESS_KEY_ID
# provide: "AKIAYOURACCESSKEY"
# $ set-keychain-environment-variable AWS_SECRET_ACCESS_KEY
# provide: "j1/yoursupersecret/password"
# AWS_ACCESS_KEY_ID=$(keychain-environment-variable AWS_ACCESS_KEY_ID);
# AWS_SECRET_ACCESS_KEY=$(keychain-environment-variable AWS_SECRET_ACCESS_KEY);