Skip to content

Commit

Permalink
Remove help-strftime
Browse files Browse the repository at this point in the history
* We do not want to couple to the bin directory.
  • Loading branch information
Dan Croak committed May 7, 2012
1 parent 5a11d6f commit 252facb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aliases
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Todo
alias todo='$EDITOR ~/.todo'

# Unix
alias tlf="tail -f"
alias ln='ln -v'
Expand All @@ -15,9 +18,6 @@ alias -g ONE="| awk '{ print \$1}'"
alias g="git"
alias gci="git pull --rebase && rake && git push"

# Ruby
alias help-strftime='ruby ~/bin/help-strftime.rb'

# Bundler
alias b="bundle"
alias be="bundle exec"
Expand Down

0 comments on commit 252facb

Please sign in to comment.