Skip to content

Instantly share code, notes, and snippets.

@RasPat1
RasPat1 / mbt.sublime-project
Created March 13, 2014 21:38
Sublime Project file save this in your root mbt folder
{
"folders":
[
{
"folder_exclude_patterns":
[
"assets/.sass-cache",
"assets/stylesheets",
"sites",
"app/tmp/",
@RasPat1
RasPat1 / zshrc
Last active December 29, 2015 03:09
shell with aliases that make life just a little bit easier. Z-Plugin : https://github.com/rupa/z suggest using some type of git prompt
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
bindkey -e
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/Users/rasesh/.zshrc'
autoload -Uz compinit
compinit