Commit Graph

28 Commits

Author SHA1 Message Date
Chris Tan
260144e2a0
Fix spectrum.sh
Since spectrum.sh was copied from zsh, the typeset -A used is zsh specific and in bash4, it is declare -A. I've fixed it and I've added a check to error out with a readable message, in red color, to tell the user to upgrade bash.
2018-03-05 19:41:30 -08:00
Toan Nguyen
6f854593e2
Add CONTRIBUTING guidelines 2018-01-16 10:15:05 +11:00
Toan Nguyen
b6b3fbfe5d Fix init shell after installed 2017-11-08 16:01:23 +11:00
Toan Nguyen
6dd590ba8b Fix init shell after installed 2017-11-08 15:52:57 +11:00
Toan Nguyen
40291b9484 Fix init shell after installed 2017-11-08 15:41:25 +11:00
Toan Nguyen
f2f98d7535 Fix init shell after installed 2017-11-08 15:37:34 +11:00
Toan Nguyen
b85f75f798 Fix few issues & improve framework functionality
- Fixed LSCOLORS from theme-and-appearance.sh
- Fixed ii() command in core plugin
- Stop using .bashrc as Oh-My-Bash profile, use .bash_profile instead
- Automate backport new version for old version users
- Added .editorconfig for future contribution
2017-11-08 15:25:22 +11:00
Toan Nguyen
7b7e0c8c67 Fix repository URL 2017-10-10 18:13:21 +07:00
Toan Nguyen
e65c390bfa Improve oh-my-bash functionality
* Implement aliases, completion in oh-my-bash
 * Added default themes from Bash-it
 * Fixed few issues
2017-10-10 18:07:01 +07:00
Toan Nguyen
f0510e0e16 Update .gitignore 2017-03-20 20:24:27 +07:00
Toan Nguyen
85ae3414c6 Fix typo 2017-03-20 20:21:32 +07:00
Toan Nguyen
36e0f88e34 Fix issues with grep and misc 2017-03-20 20:20:17 +07:00
Toan Nguyen
a9f9eaf51f Fix issues with grep and spectrum 2017-03-20 20:18:10 +07:00
Toan Nguyen
ea1c9371e1 Added shebash line and fix some issues 2017-03-20 19:51:00 +07:00
Toan Nguyen
14d571a5d5 Rename LICENSE to LICENSE.txt 2017-03-19 17:18:24 +07:00
Toan Nguyen
508384016f Fix .gitignore 2017-03-19 17:16:30 +07:00
Toan Nguyen
4f4ea68923 Fix .gitignore 2017-03-19 17:15:15 +07:00
Toan Nguyen
fc9c567fec Fix history handler and git plugin 2017-03-19 17:13:00 +07:00
Toan Nguyen
f300d599a8 Remove compdef function and added bash env to all plugins 2017-03-19 16:44:14 +07:00
Toan Nguyen
28ff5623b5 Fix autoload problem which getting plugins 2017-03-19 16:39:54 +07:00
Toan Nguyen
83097d10c5 Temporarily disable grep.sh 2017-03-19 16:32:17 +07:00
Toan Nguyen
b5f0dd14ca Fix powerline theme variable not match the theme's name 2017-03-19 16:26:13 +07:00
Toan Nguyen
a23924a10f Fix autoload .sh file in custom directory 2017-03-19 16:17:21 +07:00
Toan Nguyen
78585ff01b Reload bash config after install/ update 2017-03-19 16:13:33 +07:00
Toan Nguyen
5ad4621868 Fix typeset in spectrum.sh 2017-03-19 16:12:12 +07:00
Toan Nguyen
4c689c2a48 Temporarily disable git_compare_version 2017-03-19 16:09:13 +07:00
Toan Nguyen
11674c0e55 Remove zsh shell built-in functions 2017-03-19 16:06:08 +07:00
Toan Nguyen
adc673b02a Initial Oh My Bash framework 2017-03-19 15:40:25 +07:00