Skip to content

Instantly share code, notes, and snippets.

View psynaptic's full-sized avatar

Richard Burford psynaptic

View GitHub Profile
#!/usr/bin/env php
<?php
// User configuration settings.
$user_prefix = 'psy_';
$sql = '/home/rburford/bash_kit/bin/sql.sh';
$database = 'examiner_dev';
// Import global settings.custom.php.
include('/home/rburford/public_html/settings.custom.php');
call pathogen#infect()
call pathogen#helptags()
syntax on
set background=dark
colorscheme solarized
syntax sync minlines=50 " only sync 50 lines of syntax highlighting around the cursor
set nocursorline " don't highlight the screen line of the cursor
set nocursorcolumn " don't highlight the column of the cursor
a
a
a
➜ clean git:(7.x-1.x) git request-pull -p 688f3d3 [email protected]:project/clean.git
The following changes since commit 688f3d31759d6115d37319ec2bbf7316f73dfe0a:
By psynaptic: Updated readme. (2012-04-17 21:54:15 +0100)
are available in the git repository at:
[email protected]:project/clean.git 7.x-1.x
for you to fetch changes up to 8ea0c85996e1aa10bf4057bafa3d65757d489176:
# Path to your oh-my-zsh configuration.
export ZSH=$HOME/.oh-my-zsh
# Set to the name theme to load.
# Look in ~/.oh-my-zsh/themes/
export ZSH_THEME="robbyrussell"
# Set to this to use case-sensitive completion
# export CASE_SENSITIVE="true"
.view-gallery .views-row {
display: inline;
}
<?php
/**
* Format a general form item.
*
* @param $title
* The label for the form item.
* @param $value
* The contents of the form item.
* @param $description
* Explanatory text to display after the form item.