Skip to content

Commit

Permalink
remove replace() function - closes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
afeld committed Jul 8, 2014
1 parent fd53b36 commit 51bdfc7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ I use the following pieces of software in my dev setup.
- [Dropbox](http://db.tt/y5bnAOst)
- [iTerm 2](http://www.iterm2.com)
- Set "Load preferences from a custom folder or URL" to be `/Users/USER/dotfiles`
- [refactor](https://github.com/afeld/refactor)
- App Store
- [1Password](https://itunes.apple.com/us/app/1password-password-manager/id443987910?mt=12)
- [Caffeine](http://itunes.apple.com/us/app/caffeine/id411246225)
Expand Down
7 changes: 0 additions & 7 deletions zshrc_includes/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ function update {
}


# do inline replace for all files in given dir
#
# $ rep . foo bar
function rep {
perl -e "s/$2/$3/g;" -pi $(find $1 -type f)
}

# create a new project directory with the given name
#
# $ mkproj foo
Expand Down

0 comments on commit 51bdfc7

Please sign in to comment.