Skip to content

Instantly share code, notes, and snippets.

View PYuen1029's full-sized avatar

Phillip Yuen PYuen1029

View GitHub Profile
@PYuen1029
PYuen1029 / foo.md
Last active December 7, 2021 06:37
foo
[alias]
# one-line log
l = log --pretty=format:"%C(yellow)%h\\ %ad%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=short
a = add
ap = add -p
c = commit --verbose
ca = commit -a --verbose
cm = commit -m
cam = commit -a -m
" 256-color terminal
set t_Co=256
set nocompatible
syntax on
set backspace=indent,eol,start
let mapleader = ','
set hlsearch
@PYuen1029
PYuen1029 / _ide_helper.php
Last active September 19, 2015 17:23
Laravel 5 IDE Helper for Netbeans / PhpStorm / Sublime Text 3 CodeIntel, generated using https://github.com/barryvdh/laravel-ide-helper
<?php
/**
* A helper file for Laravel 5, to provide autocomplete information to your IDE
* Generated for Laravel 5.1.2 (LTS) on 2015-06-18.
*
* @author Barry vd. Heuvel <barryvdh@gmail.com>
* @see https://github.com/barryvdh/laravel-ide-helper
*/
namespace {