Skip to content

Instantly share code, notes, and snippets.

View psynaptic's full-sized avatar

Richard Burford psynaptic

View GitHub Profile
# 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"
➜ clean git:(7.x-1.x) git request-pull -p 688f3d3 psynaptic@git.drupal.org: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:
psynaptic@git.drupal.org:project/clean.git 7.x-1.x
for you to fetch changes up to 8ea0c85996e1aa10bf4057bafa3d65757d489176:
a
a
a
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
#!/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');
--type-set=drupal=.module,.inc,.install,.info
--type-add=css=.less
--ignore-dir=drush
--ignore-dir=libraries
--ignore-dir=simpletest
--ignore-dir=parc
--ignore-dir=jquery_plugin
--ignore-dir=misc
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
# 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"