Skip to content

Instantly share code, notes, and snippets.

View kaira's full-sized avatar

Kai Rasi kaira

  • Kai Rasi Consulting
  • Helsinki, Finland
View GitHub Profile
@kaira
kaira / keybase.md
Created May 26, 2017 10:16
Keybase proof

Keybase proof

I hereby claim:

  • I am kaira on github.
  • I am kaira (https://keybase.io/kaira) on keybase.
  • I have a public key ASCMNqEa3ngPW4bkYStgnAOqLMG0TTTsMQD_F7mIq5vVeAo

To claim this, I am signing this object:

@kaira
kaira / .bash_profile
Created June 12, 2019 07:48
Default bash profile
EDITOR=nano
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
[ -f /usr/local/etc/bash_completion ] && . /usr/local/etc/bash_completion
if [ -f "/usr/local/opt/bash-git-prompt/share/gitprompt.sh" ]; then
__GIT_PROMPT_DIR="/usr/local/opt/bash-git-prompt/share"