Commit Graph

644 Commits

Author SHA1 Message Date
Toan Nguyen
545543598b
Merge pull request #19 from matjam/interactive_shell_fix
Only execute oh-my-bash on an interactive shell in .bashrc
2018-05-31 12:16:28 +07:00
Nathan Ollerenshaw
6addd2b1e3 Only execute oh-my-bash on an interactive shell in .bashrc 2018-05-30 10:34:39 -07:00
Toan Nguyen
b4a5c923f7
Merge pull request #12 from MichaelAnckaert/aws-plugin
First version of AWS plugin
2018-05-26 16:42:42 +07:00
Toan Nguyen
605f57ceaa
Merge pull request #13 from MichaelAnckaert/git-plugin-readme
Git plugin readme
2018-05-26 16:42:22 +07:00
Toan Nguyen
9b0cffde50
Merge pull request #14 from MichaelAnckaert/bashmarks-plugin-readme
Added README file for bashmarks plugin
2018-05-08 21:50:29 +07:00
Toan Nguyen
1e31ac204f
Merge pull request #15 from MichaelAnckaert/issue-11
Fixed issue #11
2018-05-08 21:49:23 +07:00
Michael Anckaert
95c51a49ca Fixed issue #11 2018-05-08 14:50:35 +02:00
Michael Anckaert
b69809da3f Fixed typo in link 2018-05-08 14:47:37 +02:00
Michael Anckaert
ff3043ad1f Fixed typo in link 2018-05-08 14:46:48 +02:00
Michael Anckaert
218a3e6659 Added README file for git plugin 2018-05-08 14:44:32 +02:00
Michael Anckaert
40d65528b2 Added README file for bashmarks plugin 2018-05-08 14:42:45 +02:00
Michael Anckaert
e602c010c6 Added first version of aws plugin 2018-05-08 14:24:36 +02:00
Toan Nguyen
63ed4c4886
Merge pull request #9 from che666/master
Fixed noise by rerouting the output of some external completion
2018-04-08 18:21:57 +07:00
che666
8f539d5f19 Fixed noise by rerouting the output of some external completion scripts to /dev/null fixing: ISSUE #2 from the master repository. 2018-04-07 19:23:04 +02:00
Toan Nguyen
fdebc6d854
Merge pull request #5 from Chris-Tan/bash4-required
Fixes #4
2018-03-06 14:14:07 +07:00
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
f96b54d920
Add CONTRIBUTING guidelines 2018-01-16 10:19:06 +11: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