Commit Graph

1924 Commits (a75a53b7863cd63d489bb3f8669c1b293278c52c)

Author SHA1 Message Date
Eduardo Bellido Bellido 1dba074024 Fix variable syntax error 2016-02-05 18:47:57 +01:00
Eduardo Bellido Bellido 6a571b4826 Update README.md 2016-02-05 00:16:20 +01:00
Eduardo Bellido Bellido 3438c1d7c4 New update command 2016-02-05 00:13:41 +01:00
Eduardo Bellido Bellido 836650c776 Merge pull request #658 from edubxb/master
Updated README
2016-02-04 22:41:39 +01:00
Eduardo Bellido Bellido 14f880202c Updated README 2016-02-04 22:40:08 +01:00
Nils Winkler d938d15f9d Merge pull request #398 from ancho/gvm_completion
added sdk(man) completion and plugin
2016-02-04 13:03:25 +01:00
Eduardo Bellido Bellido 8988f109e0 Merge pull request #657 from edubxb/fix-issue-654
Remove unnecessary double quotes in alias
2016-02-04 00:13:54 +01:00
Eduardo Bellido Bellido 304406b503 Remove unnecessary double quotes in alias 2016-02-04 00:11:59 +01:00
Eduardo Bellido Bellido dfe811719f Merge pull request #656 from edubxb/default-values
Set fallback values to POWERLINE_LEFT_PROMPT and POWERLINE_RIGHT_PROMPT variables
2016-02-03 23:05:22 +01:00
Eduardo Bellido Bellido f05c56a440 Set fallback values to POWERLINE_LEFT_PROMPT and POWERLINE_RIGHT_PROMPT variables 2016-02-03 23:03:07 +01:00
Eduardo Bellido Bellido ae33b5ccaa Merge pull request #655 from edubxb/fix-git-status
Fix an error when showing the status of a git repo
2016-02-03 23:00:19 +01:00
Eduardo Bellido Bellido c290aa9638 Fix an error when showing the status of a git repo 2016-02-03 22:58:19 +01:00
Nils Winkler c2166316ac Merge pull request #653 from nwinkler/powerline-readme
Fixed spelling and wording
2016-02-01 08:33:00 +01:00
Nils Winkler 5617cc2e31 Fixed spelling and wording
Some minor changes in spelling, wording and formatting.
2016-02-01 08:32:19 +01:00
Nils Winkler 9a72ab8de1 Merge pull request #605 from edubxb/powerline-multiline-segmentorder
Add support to change the order of the prompt info in the Powerline Multiline theme
2016-01-31 20:14:26 +01:00
Nils Winkler d8220b5bc3 Merge pull request #649 from caguettaz/git_prompt_fix
[bugfix] Fixed performance issue with git prompt
2016-01-31 20:08:47 +01:00
Eduardo Bellido Bellido 30c6fd1f59 Refactor __powerline_last_status_prompt function 2016-01-30 12:19:34 +01:00
Eduardo Bellido Bellido f6436a878e Fix some regressions and variables names 2016-01-30 12:18:07 +01:00
Eduardo Bellido Bellido ead5047fb9 Reduce unset calls 2016-01-30 11:33:00 +01:00
Eduardo Bellido Bellido 8bee21e428 Update powerline-multiline README.md 2016-01-27 01:27:11 +01:00
Eduardo Bellido Bellido 6d4923aca8 Now, segments can be placed at left or at right
- Code refactor
- Print code converted into functions
- Remove unused variables
- Improved conistence in naming, variable and functions
2016-01-27 01:07:14 +01:00
Christophe Aguettaz a2ac5b0096 Fixed compatibility with older bash versions.
Older versions (like 3.2, current default on MacOS X) don't implement
readarray.
2016-01-26 20:05:47 +01:00
Eduardo Bellido Bellido dfbd065bc1 Fix indentation 2016-01-25 21:49:50 +01:00
Eduardo Bellido Bellido 64e6f354dc Add Powerline Multiline theme README.md 2016-01-25 20:02:55 +01:00
Eduardo Bellido Bellido 1009b23724 Minor fixes 2016-01-25 20:02:55 +01:00
Eduardo Bellido Bellido 51f5614de5 Add support to change the segment order of the left and right prompt 2016-01-25 20:02:55 +01:00
Eduardo Bellido Bellido eb92e2f845 Add support to change the order of the prompt info in the Powerline Multiline theme 2016-01-25 20:02:55 +01:00
Christophe Aguettaz 3fa0881281 [bugfix] Fixed performance issue with git prompt
The git prompt would could bash to use 100% CPU
for large amounts of time when dealing with long
`git status` outputs.
2016-01-25 20:02:50 +01:00
Nils Winkler b422d756b0 Added reference to EditorConfig 2016-01-14 08:21:10 +01:00
Nils Winkler 92299bee8d Merge pull request #648 from odbol/master
Added Primer (minimal time) theme, based off of the candy theme.
2016-01-14 08:18:37 +01:00
Tyler Freeman 17d69dbc1a Added Primer (minimal time) theme, based off of the candy theme. 2016-01-13 18:31:10 -08:00
Nils Winkler 9b62a81b35 Merge pull request #647 from trinitronx/add-docker-completion
Adding docker command line client completion
2016-01-12 07:53:34 +01:00
Nils Winkler 3974532a82 Merge pull request #646 from trinitronx/add-silver-searcher-aliases
Adding alias for sane default options to "ag" ("the silver searcher")
2016-01-12 07:49:13 +01:00
James Cuzella a742959058 Adding comments to summarize less arguments 2016-01-11 12:09:04 -07:00
James Cuzella 219832bc56 Adding docker command line client completion from https://github.com/docker/docker/blob/master/contrib/completion/bash/docker 2016-01-08 17:53:25 -07:00
James Cuzella 544ba1ca57 Adding alias for sane default options to "ag" ("the silver searcher" a fast grep / ack alternative) 2016-01-08 17:34:49 -07:00
Nils Winkler 2b9f941d1e Merge pull request #645 from nwinkler/editorconfig
Added editorconfig file
2016-01-08 08:38:06 +01:00
Nils Winkler 881a1535fc Added editorconfig file
See http://editorconfig.org/ for more info...

If you're using an editor that supports _editorconfig_, the editor's
settings for indentation, line endings, etc. should automatically adjust
when editing files.
2016-01-08 08:37:30 +01:00
Nils Winkler bf7ff19abc Merge pull request #644 from nwinkler/install-indentation
Fixed indentation
2016-01-08 08:27:42 +01:00
Nils Winkler 696d0e50b0 Fixed indentation
Removed tabs, using 2 spaces everywhere.
2016-01-08 08:26:55 +01:00
Nils Winkler 28071aba21 Merge pull request #641 from spectrumIG/Issue-621
Add follow sym link and option to append template to existing .bashrc
2016-01-08 08:20:06 +01:00
Daniele Andreoli 245fcfa49b Fix wrong pipe. Add in any case a backup file for compatibility 2016-01-08 02:20:18 +01:00
cs-networks 15def450e3 Merge pull request #1 from cs-networks/osx_terminal_exit_code_fix
osx_terminal_exit_code_fix
2016-01-07 20:42:49 +01:00
cs-networks 98eb5495fe osx_terminal_exit_code_fix
The update_terminal_cmd is interfering with the $? variable. Somehow it
is always 0.

```
caesium@Mac:~/Documents/projects/git/bash-it 0 >export
PROMPT_COMMAND="update_terminal_cwd;set_prompt"
caesium@Mac:~/Documents/projects/git/bash-it 0 >false
caesium@Mac:~/Documents/projects/git/bash-it 0 >true
caesium@Mac:~/Documents/projects/git/bash-it 0 >export
PROMPT_COMMAND="set_prompt;update_terminal_cwd"
caesium@Mac:~/Documents/projects/git/bash-it 0 >false
caesium@Mac:~/Documents/projects/git/bash-it 1 >true
caesium@Mac:~/Documents/projects/git/bash-it 0 >
```

After the fix it is working properly.
2016-01-07 20:37:01 +01:00
Daniele Andreoli fdc75e42b9 Add while block to allow correct choice 2016-01-07 09:23:36 +01:00
Daniele Andreoli 55245cc98e Fix typo and missing spaces 2016-01-07 09:20:23 +01:00
Daniele Andreoli a3efe1479a Add follow sym link and option to append template to existing .bashrc 2016-01-06 12:53:05 +01:00
Nils Winkler f51a270480 Merge pull request #640 from NinjaSudo/NinjaSudo-brew-cask-fix
fixed brew cask aliases
2016-01-06 08:33:50 +01:00
Nils Winkler 96f72d8c35 Merge pull request #639 from CodeFalling/add-percol
add plugin:percol
2016-01-06 08:09:50 +01:00
Edward Freeman eec0aa6e9c fixed brew cask aliases
they removed the - from their CLI
2016-01-05 16:58:54 -08:00