14 Commits

Author SHA1 Message Date
e7ca92bde1 lib/grep: Fix the alias names for egrep/fgrep 2022-07-14 22:13:13 +09:00
3e441aa00b lib/bourne-shell: Remove duplicate aliases 2022-07-03 13:28:58 +09:00
0fe8c0bf0d lib: support OMB_DEFAULT_ALIASES to control the alias overriding 2022-07-03 13:28:58 +09:00
c3bcc5c6d2 refactor: Normalize shebang of scripts to source 2022-01-15 19:00:35 +09:00
9b240245bb lib/grep: Refactor variable and function names to avoid conflicts 2022-01-02 00:25:30 +09:00
cb3599a312 lib/grep: Avoid alias expansions on the first argument of grep (Fix #229) 2022-01-02 00:18:39 +09:00
81fc5dd49d lib/grep.sh: fix expansion of GREP_OPTIONS
Previously, only the first element of the array was expanded, which is
always the empty string, so the setting of GREP_OPTIONS was useless. Expand
the entire array.
2021-12-26 22:01:27 +09:00
85ae3414c6 Fix typo 2017-03-20 20:21:32 +07:00
36e0f88e34 Fix issues with grep and misc 2017-03-20 20:20:17 +07:00
a9f9eaf51f Fix issues with grep and spectrum 2017-03-20 20:18:10 +07:00
ea1c9371e1 Added shebash line and fix some issues 2017-03-20 19:51:00 +07:00
83097d10c5 Temporarily disable grep.sh 2017-03-19 16:32:17 +07:00
11674c0e55 Remove zsh shell built-in functions 2017-03-19 16:06:08 +07:00
adc673b02a Initial Oh My Bash framework 2017-03-19 15:40:25 +07:00