Skip to content

Instantly share code, notes, and snippets.

View Kali187's full-sized avatar
🏠
Working from home

Janusz 'Kali' Kaliszczak Kali187

🏠
Working from home
  • London, United Kingdom
View GitHub Profile
@Kali187
Kali187 / .zprofile
Created February 3, 2016 16:01
Bash / Zsh profile
# rbenv
eval "$(rbenv init -)"
# Enviroment Variables
export EDITOR='subl'
export PATH="$HOME/bin:/usr/local/bin:$PATH"
# ALIASES
# path
alias ..="cd .."
@Kali187
Kali187 / .gitconfig
Last active February 3, 2016 16:00
Git configuration
[user]
name = UName
email = UEmail
[color]
ui = true
[color "diff"]
whitespace = red reverse
[alias]
d = diff --patience --ignore-space-change
s = show --patience --ignore-space-change