Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
doitian committed Apr 3, 2012
1 parent e73dbcf commit 57cc0d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _emacs
Expand Up @@ -8,4 +8,4 @@
(setq time (time-since time))
(message "Started in %s.%06s seconds"
(+ (* (car time) 65536) (cadr time))
(car (cdr (cdr (cdr time))))))
(car (cdr (cdr time)))))
1 change: 1 addition & 0 deletions _zsh_/aliases.zsh
Expand Up @@ -21,6 +21,7 @@ alias ts=tmux-new-or-attach
alias t="tmux"
alias tl="tmux ls"
alias tn="tmux neww"
alias tss="tmuxinator start"

##################################################
# Regexp
Expand Down
2 changes: 2 additions & 0 deletions _zsh_/rbenv.zsh
Expand Up @@ -17,6 +17,8 @@ alias re='rbenv exec'
alias rv='vim .rbenv-vars'
alias b='bundle exec'

# unset global RBENV_GEMSET_FILE
unset RBENV_GEMSET_FILE
function gemset() {
if [ -z "$1" ]; then
rbenv gemset active
Expand Down

0 comments on commit 57cc0d3

Please sign in to comment.