Skip to content

Instantly share code, notes, and snippets.

View jbrambleDC's full-sized avatar

Jordan Bramble jbrambleDC

  • Local Food Group
  • United States
View GitHub Profile
############################################################
# aliases
############################################################
alias ls='ls -G'
alias ls='ls --color=auto'
alias l='ls -CF'
alias la='ls -a'
alias ll='ls -lkh'
alias lla='ll -a'
alias lrt='ll -rtF'
!DOCTYPE HTML>
<!--[if lt IE 7 ]> <html xmlns:fb="http://www.facebook.com/2008/fbml" class="ie6 ie ltie9 ltie8 no-js" lang="en"> <![endif]-->
<!--[if IE 7 ]> <html xmlns:fb="http://www.facebook.com/2008/fbml" class="ie7 ie ltie9 ltie8 no-js" lang="en"> <![endif]-->
<!--[if IE 8 ]> <html xmlns:fb="http://www.facebook.com/2008/fbml" class="ie8 ie ltie9 no-js" lang="en"> <![endif]-->
<!--[if IE 9 ]> <html xmlns:fb="http://www.facebook.com/2008/fbml" class="ie9 ie no-js" lang="en"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html xmlns:fb="http://www.facebook.com/2008/fbml" class="no-js" lang="en"> <!--<![endif]-->
<head>
############################################################
# aliases
############################################################
alias ls='ls -G'
alias ls='ls --color=auto'
alias l='ls -CF'
alias la='ls -a'
alias ll='ls -lkh'
alias lla='ll -a'
alias lrt='ll -rtF'
#!/bin/bash
############################################################
# init helpers
############################################################
# helper to source file if it exists and is not zero in size
function source_if_exists() {
for arg in $@; do
if [[ -s $arg ]]; then
if_debug_echo $arg
source $arg
:repos:
terminator:
:origin: https://github.com/jbrambleDC/elder_scrolls.git
vim-4-eva:
:origin: https://github.com/jbrambleDC/vimce_carter.git
WARN [2015-08-17 09:52:06] ERROR 1103 (42000) at line 49: Incorrect table name 'ERROR: check_population_exists: No customers assigned to p_population_name found in population_custo'
ERROR [2015-08-17 09:52:06] <Opower::Command::SubCommandFailed> Exit status 1
/usr/local/rvm/gems/ruby-1.9.3-p547/gems/opower-command-2.1.0/lib/opower/command.rb:455:in `ssh_exec'
/usr/local/rvm/gems/ruby-1.9.3-p547/gems/db-scripts-2.4.0/lib/opower/exec_db_script.rb:405:in `block (2 levels) in main'
/usr/local/rvm/gems/ruby-1.9.3-p547/gems/db-scripts-2.4.0/lib/opower/exec_db_script.rb:400:in `each'
/usr/local/rvm/gems/ruby-1.9.3-p547/gems/db-scripts-2.4.0/lib/opower/exec_db_script.rb:400:in `block in main'
/usr/local/rvm/gems/ruby-1.9.3-p547/gems/opower-command-2.1.0/lib/opower/command.rb:358:in `with_script_execution_log'
/usr/local/rvm/gems/ruby-1.9.3-p547/gems/db-scripts-2.4.0/lib/opower/exec_db_script.rb:399:in `main'
/usr/local/rvm/gems/ruby-1.9.3-p547/gems/opower-command-2.1.0/lib/opower/command.rb:147:in `block in s
############################################################
# aliases
############################################################
alias ls='ls --color=auto'
alias l='ls -CF'
alias la='ls -a'
alias ll='ls -lkh'
alias lla='ll -a'
alias lrt='ll -rt'
alias lrta='lrt -a'
#!/bin/bash
############################################################
# init helpers
############################################################
# helper to source file if it exists and is not zero in size
function source_if_exists() {
for arg in $@; do
if [[ -s $arg ]]; then
if_debug_echo $arg
source $arg