Commit Graph

2324 Commits (4ff305c009c9fb74b66aece0c8e786dbcd3bd55c)

Author SHA1 Message Date
Ari Mourao 4eeb98772b added suggested improvements 2017-02-10 16:43:22 -02:00
Jorge Aguiar Martín fd8b98fb24 Update npm.aliases.bash
### Changed the 'npm uninstall --save-dev' alias because it was the same as 'npm update'
* alias nud='npm uninstall --save-dev' --> alias nusd='npm uninstall --save-dev'
2017-02-09 23:57:01 +00:00
Ari Mourao 7415c85ed8 corrected typo 2017-02-09 15:22:49 -02:00
Ari Mourao c7c488f0b0 enable powerscript to check if user can sudo his workstation 2017-02-09 14:45:25 -02:00
Nils Winkler 829a99a2ed Merge pull request #897 from icanhazstring/patch-1
Add 'git rm' alias 'grm'
2017-02-09 08:44:31 +01:00
Andreas Frömer 6a0eb8cf03 Add 'git rm' alias 'grm' 2017-02-06 11:49:18 +01:00
Nils Winkler 40f26ce40d Merge pull request #893 from arimourao/90210-theme
new theme 90210 added
2017-02-06 02:07:42 -06:00
ari mourao 88802c141b new theme 90210 added 2017-02-03 15:12:49 -02:00
Nils Winkler 40d6b40f66 Merge pull request #888 from font/issue_883
Fix for issue #883
2017-01-31 01:31:09 +01:00
Ivan Font 31e3d78ae4 Fix exact match regular expression for macOS 2017-01-29 22:38:58 -08:00
Tim Noise 6e1f389952 bugfix: powerline - IFS doesnt split \x20 in prompt on some machines 2017-01-30 06:10:28 +11:00
Tim Noise b5e9e2386f . 2017-01-30 05:44:55 +11:00
Tim Noise 808b6bd253 fixed ssh detection on el for powerline 2017-01-30 05:43:11 +11:00
Tim Noise 3d4c46bd12 Added redline theme, based on powerline
redline:
- added redline features to powerline
- added screenshot
- updated redline readme
- bugfix: resetting foreground color when distro logo is enabled
- fixed redline default element ordering

powerline:
- neater check for cached sudo
- started adding support for custom cwd separator glyph and color

bash-it:
- added sublime text to .gitignore
2017-01-30 05:08:07 +11:00
Tim Noise e8b130a277 commented todo 2017-01-30 04:51:52 +11:00
Tim Noise 3ef6c0b66b - fixed bug : resetting foreground color when distro logo is enabled
- neater check for cached sudo
- started adding support for custom cwd separator glyph and color
2017-01-30 04:34:45 +11:00
Tim Noise 58e1e19c9a Merge branch 'master' into feature/theme/redline 2017-01-30 04:32:40 +11:00
Tim Noise d9596c11e5 added sublime text to .gitignore 2017-01-29 22:50:38 +11:00
Tim Noise a9a26a8112 element ordering 2017-01-28 15:15:22 +11:00
Tim Noise 302959a8f4 - added redline features to powerline
- added screenshot
- updated readme
2017-01-28 05:12:14 +11:00
Tim Noise bf3600c7e1 - added redline features to powerline
- added screenshot
- updated readme
2017-01-28 04:56:33 +11:00
Tim Noise d03dfbd372 readme again -_- 2017-01-27 18:12:19 +11:00
Tim Noise b92cedda87 readme minor 2017-01-27 18:08:06 +11:00
Tim Noise 4ea5b21bb3 Added redline theme, based on powerline 2017-01-27 17:55:25 +11:00
Ivan Font 1f0108193d Fix for issue #883 2017-01-17 21:21:19 -08:00
Ivan Font 17999fcc13 Update bobby theme to use scm_prompt_char_info
The bobby theme now uses scm_prompt_char_info to print out the SCM char
and SCM prompt info. This also required fixing the
SCM_THEME_PROMPT_PREFIX to match GIT_THEME_PROMPT_PREFIX.
2017-01-16 23:23:13 -08:00
Ivan Font 48d4ad274a Add prefix and suffix capability to SCM char 2017-01-16 23:20:31 -08:00
Ivan Font 9e4f1d6d80 Refactor common code into scm_prompt_info_common 2017-01-16 22:14:15 -08:00
Ivan Font f9b1dcee26 Add AIO function to echo scm prompt char and info
Invoking the scm_char and scm_prompt_info functions separately for PS1
duplicates calls to the scm and scm_prompt_char functions to check what
${SCM}, if any, we currently reside in. This problem was exacerbated
when working outside of any repo as we had to go through all the
conditionals just to determine we're not in any scm repo. Unnecessary
conditionals slows down the prompt so this adds a new function that
streamlines printing out both the scm char and scm prompt info with one
invocation.
2017-01-16 22:14:15 -08:00
Nils Winkler 3a9c65d541 Merge pull request #887 from ierenstein/bcup-remove
Remove bcup alias
2017-01-16 08:14:42 +01:00
Ilan Erenstein ec5c317d15 Remove bcup alias 2017-01-12 15:45:44 -08:00
Nils Winkler c519ff6b19 Merge pull request #885 from nwinkler/upstream-grep-color
Upstream grep color
2017-01-09 18:16:23 +01:00
Nils Winkler 707f2aac93 Added check for grep color option
Closes #643 and closes #884
2017-01-09 18:13:10 +01:00
Nils Winkler c64dd0a44d Fixing `ls` alias definition
Closes #819 and closes #643
2017-01-09 18:13:10 +01:00
Nils Winkler 99bf5f09ad Moved grep alias to general aliases 2017-01-09 18:13:10 +01:00
Nils Winkler 058f16e3cf Merge pull request #880 from ellerbrock/docker
add bash-it-docker to readme
2017-01-09 09:22:44 +01:00
Nils Winkler ce615b5239 Update README.md
Updated some of the wording.
2017-01-09 09:22:33 +01:00
Nils Winkler 1cf6007a8e Merge pull request #882 from nwinkler/percol-bash3-fix
Fixed percol plugin function syntax
2017-01-09 09:18:03 +01:00
Nils Winkler 4790569671 Fixed percol plugin function syntax
Without the `function` keyword, the file did not load when using Bash
v3.x. With the added `function` keyword, the file can be parsed and the
error message about having to install Bash v4 is shown.

Closes #881
2017-01-09 09:14:05 +01:00
Maik Ellerbrock 94ec03a8e5 add bash-it-docker to readme
![container](http://i.giphy.com/VNC7FTY49C0zC.gif)
2017-01-08 23:31:55 +01:00
Nils Winkler 2b4298c00e Merge pull request #874 from font/git_prompt_basic
Add option for basic git status prompt - closes #873
2017-01-06 10:20:14 +01:00
Ivan Font a70b769817 Remove references to GIT_THEME_* variables 2017-01-04 17:43:56 -08:00
Ivan Font 1d55249181 Refactor functions and update documentation
Add new variable to enable/disable git prompt minimal status information
and consolidate functions for code re-use. Also update README
documentation to capture the usage of new variable.
2017-01-04 15:48:32 -08:00
Nils Winkler 38bfc93270 Merge pull request #834 from edubxb/fix-765
Fix search command for RedHat based distributions
2017-01-03 08:45:33 +01:00
Nils Winkler 7e30636b81 Merge pull request #877 from font/edit-mode-emacs-plugin
New plugin to enable emacs editing mode
2017-01-03 08:22:20 +01:00
Nils Winkler 34fe3f05ef Merge pull request #876 from font/edit-mode-vi-plugin
New plugin to enable vi editing mode
2017-01-03 08:22:07 +01:00
Nils Winkler 734ab9729f Merge pull request #878 from ierenstein/vault-update
Adding new updates for vault completions
2017-01-03 08:20:34 +01:00
Nils Winkler e5fb2b5358 Merge pull request #870 from MunifTanjim/add_completion_composer
add completion for composer
2017-01-03 08:19:26 +01:00
Ilan Erenstein 0a84ca584e Adding new updates for vault completions 2017-01-02 14:41:35 -08:00
Ivan Font 41eb07cde3 New plugin to enable emacs editing mode 2017-01-02 00:02:26 -08:00