scatterd-dotfiles/bin
Blaine Schmeisser 1dc550d985 Overwrite internal field separator when replacing.
Problem:
Currently the `for` in bash will break up lists by whitespace, so if a
filename has a space in it the `for` will break it up incorrectly.

AG will separate the files with a newline character, so this temporarily
overwrites the `IFS` to be used correctly for this use case.

[Docs](https://bash.cyberciti.biz/guide/$IFS)
2016-04-15 10:36:33 -04:00
..
bundler-search Fix minor spelling error in command code comment 2015-10-21 08:19:17 -04:00
git-ca Bring more shell syntax into shellcheck compliance 2015-10-30 12:50:02 -04:00
git-churn Isolate credits to README 2013-06-18 16:47:01 -07:00
git-co-pr Move Git aliases to subcommand scripts 2015-04-27 13:47:52 -07:00
git-create-branch Move Git aliases to subcommand scripts 2015-04-27 13:47:52 -07:00
git-ctags Move Git aliases to subcommand scripts 2015-04-27 13:47:52 -07:00
git-current-branch Move Git aliases to subcommand scripts 2015-04-27 13:47:52 -07:00
git-delete-branch Move Git aliases to subcommand scripts 2015-04-27 13:47:52 -07:00
git-merge-branch Move Git aliases to subcommand scripts 2015-04-27 13:47:52 -07:00
git-pr Move Git aliases to subcommand scripts 2015-04-27 13:47:52 -07:00
git-rename-branch Move Git aliases to subcommand scripts 2015-04-27 13:47:52 -07:00
git-up Move Git aliases to subcommand scripts 2015-04-27 13:47:52 -07:00
replace Overwrite internal field separator when replacing. 2016-04-15 10:36:33 -04:00
tat Update tat script to accept optional session name 2015-05-15 17:37:25 -07:00