Skip to content

Commit

Permalink
Merge branch 'master' of github.com:codegram/dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Josep M. Bach committed Jan 9, 2012
2 parents e6b582d + 8055fd3 commit 8133efa
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
5 changes: 5 additions & 0 deletions bin/check_json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env ruby

require 'json'

p JSON.parse(File.read(ARGV[0]))
5 changes: 5 additions & 0 deletions bin/rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

set -e

$MY_RUBY_HOME/bin/ruby $@
4 changes: 2 additions & 2 deletions jslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/*jslint white: true, onevar: true, undef: true, nomen: true, regexp: true, plusplus: true, bitwise: true, node: true, maxerr: 50, indent: 2 */
/*global jQuery, $, module, require, GLOBAL, __dirname, console, Buffer, process, exports, JSON */
/*jslint white: true, onevar: true, undef: true, nomen: false, regexp: true, plusplus: true, bitwise: true, devel: true, node: true, maxerr: 50, indent: 2 */
/*global jQuery, $, _, Backbone, window, module, require, GLOBAL, console, Buffer, process, exports, JSON */
/* vim: set ft=javascript: */
1 change: 1 addition & 0 deletions zsh/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ alias b="bundle"
alias be="bundle exec"
alias bi="bundle install"
alias bu="bundle update"
alias git=hub

# Rails console
alias sc="pry --simple-prompt -r config/environment"
Expand Down
2 changes: 1 addition & 1 deletion zsh/env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Enviroment Variables
export EDITOR="vi"
export EDITOR="vim"
export LC_CTYPE=en_US.UTF-8
export LANG=en_US.UTF-8
export TERM=xterm-256color
Expand Down

0 comments on commit 8133efa

Please sign in to comment.