This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| asd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ➜ 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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| a | |
| a | |
| a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| asd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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" |