Commit Graph

2717 Commits (9ef0b33641119aa59486f2f471d2fd9f22ff583c)

Author SHA1 Message Date
Enze Chi f847371447 Avoid double semicolon in the PROMPT_COMMAND
The direnv bash hook already add a semicolon to the PROMPT_COMMAND and this
plugin will add another one if direnv is installed. This commit will check if
the PROMPT_COMMAND ends with semicolon to avoid have double ones.
2018-08-02 22:01:15 +10:00
Nils Winkler 812a5d411b
Merge pull request #1221 from rparree/minikube
added minikube completion support
2018-07-26 10:29:07 +02:00
Raphael Parree d00762d3cd added minikube completion support 2018-07-26 09:51:25 +02:00
Nils Winkler e4df64b97d
Merge pull request #1218 from nwinkler/fix-update-reload
Fix update reload
2018-07-19 09:10:17 +02:00
Nils Winkler f6e2fdd2cf Fixed reload command in the update function 2018-07-19 09:00:43 +02:00
Nils Winkler 4192d07f4f Fixed indentation and a broken character 2018-07-19 09:00:42 +02:00
Nils Winkler 86950c3d7c
Merge pull request #1216 from adawalli/jump
Add plugin for 'jump'
2018-07-19 08:34:16 +02:00
Nils Winkler 8668ff05ca
Merge pull request #1215 from adawalli/fzf-fd
Use fd for fzf if available on system
2018-07-19 08:31:38 +02:00
Nils Winkler a5923e0793
Merge pull request #1217 from con-f-use/patch-1
Fix #1210 grep error on MacOS with ssh completion
2018-07-19 08:27:21 +02:00
Adam Wallis 03e26ef7a4 Only initialize FZF_DEFAULT_COMMAND if not already set 2018-07-18 10:13:49 -04:00
Adam Wallis ac42a6233c Allow jump plugin to fail silently when jump not installed
Per recommendations from @nwinkler, allow the jump test to fail
silently. This helps in cases where users are SSH'ing in, or for some
other reason are using bash-it environment on a foreign machine.
2018-07-18 09:52:52 -04:00
con-f-use e23d26c8fe
Fix #1210 grep error on MacOS with ssh completion
See #1210
2018-07-18 14:52:01 +02:00
Nils Winkler 3d6d42ec2f
Merge pull request #1211 from dracorp/fork
The function _git-hide-status is invoked to late
2018-07-18 09:19:42 +02:00
Nils Winkler 07638c72ae
Merge pull request #1209 from adawalli/powerline
Add powerline initialization plugin
2018-07-18 09:09:31 +02:00
Nils Winkler b5e5a70424
Merge pull request #1213 from gsmadi/fix/python3.7-version-prompt
Display only first line of Python 3.7 version
2018-07-18 09:07:01 +02:00
Nils Winkler 138b9bf776
Merge pull request #1214 from yuri-val/ruby_symbol
changed ruby symbol to 💎
2018-07-18 09:01:22 +02:00
Adam Wallis dd081b6e5f Add plugin for 'jump'
Considering FASD has been deprecated, jump does the same thing but is
actively maintained!

https://github.com/gsamokovarov/jump
2018-07-17 13:58:55 -04:00
Adam Wallis e8c3237fb4 Use fd for fzf if available on system
fd is orders of magnitude faster when searching for files. This patch
will force fzf to use fd instead of find.

This change is implemented per the recommendation:
https://github.com/junegunn/fzf#environment-variables
2018-07-17 10:56:36 -04:00
Yuri V 5ea271a956 changet ruby symbol to 💎 2018-07-17 17:07:58 +03:00
Gabriel Smadi af16e9e68b Display only first line of Python 3.7 version 2018-07-14 20:39:19 -04:00
Piotr Rogoza f484fadbb1 The function _git-hide-status is invoked to late 2018-07-12 06:32:11 +00:00
Adam Wallis 1a81ca8b8d Don't redefine powerline theme functions
In the case where a powerline theme is enabled in bash-it,
it seems prudent to avoid touching any of these functions.
2018-07-09 22:14:17 +00:00
Adam Wallis 6eb35644e6 Add powerline initialization plugin
Initializes powerline per the official powerline documentation:
https://powerline.readthedocs.io/en/master/usage/shell-prompts.html#bash-prompt
2018-07-09 21:56:42 +00:00
Nils Winkler f121bec2a1
Merge pull request #1205 from con-f-use/master
Fix wildcards and handle includes in ssh complete
2018-06-27 08:46:07 +02:00
con-f-use 0936e2a029
Fix wildcards and handle includes in ssh complete
Handle includes in `.ssh/config` and fix bug that caused `Host` entries with wildcards in them to be included in the autocomplete suggestions.
2018-06-26 13:08:25 +02:00
Nils Winkler 7c09252ac8
Merge pull request #1204 from ppalazon/jgitflow
Add jgit-flow plugin
2018-06-15 07:57:09 +02:00
Pablo Palazon 5387aa025d Corrected grammatical errors 2018-06-14 09:22:45 +02:00
Pablo Palazon 8b0d752168 Add jgit-flow plugin 2018-06-11 18:44:54 +02:00
Nils Winkler 762dce01dc
Merge pull request #400 from teknikprogramlama/master
Powerturk theme derived from powerline theme
2018-06-04 08:55:28 +02:00
Nils Winkler cffe3e4cf4
Merge pull request #1202 from codeword/features/codeword-theme
Add `codeword` theme
2018-06-04 08:54:28 +02:00
Jonathan Barnes a25ac59b84 Add `codeword` theme
- Single line PS1
- Shares history in realtime among bash windows
2018-06-03 17:08:52 -07:00
Nils Winkler e51c6ad960
Merge pull request #1200 from nwinkler/shellcheck-fixes
Shellcheck fixes
2018-06-01 08:22:44 +02:00
Nils Winkler 49342c1e15
Merge pull request #1199 from RedFT/master
Added norbu theme
2018-06-01 08:21:09 +02:00
Nils Winkler 178c37140c
Updated theme preview documentation
Fixes #1198
2018-06-01 08:18:57 +02:00
Norbu Tsering 6a5915d0d6 Added norbu theme 2018-06-01 01:17:03 -04:00
Nils Winkler 5d99d6cb9b Fixed some shellcheck warnings
Also fixed one broken case of `unset`.
2018-05-31 18:05:25 +02:00
Nils Winkler 0028dc7661 Fixed indentation to two spaces, like in the rest of the file 2018-05-31 17:57:09 +02:00
Rishabh Kumar 057df5ea81
Merge pull request #1 from penguin2048/elixr-theme
Elixr theme
2018-05-25 10:12:54 +05:30
Nils Winkler 1b887b2916
Merge pull request #1192 from madcarrot/master
Update powerline theme to avoid overlapping left and right prompt
2018-05-24 08:20:14 +02:00
Nils Winkler 3a21167830
Merge pull request #1193 from brogers/brogers-reload-return-to-original-directory
Return to original directory after reload
2018-05-24 08:12:40 +02:00
Nils Winkler 6d967abbcc
Merge pull request #1194 from joshbmarshall/master
Fix bold text issue
2018-05-24 08:12:00 +02:00
Nils Winkler 437a7361a4
Merge pull request #1195 from penguin2048/elixr-theme
New "elixr" theme
2018-05-24 08:06:49 +02:00
penguin2048 badc3beddf Add bold text in elixr theme 2018-05-21 23:09:09 +05:30
penguin2048 9260e16278 Add elixr theme 2018-05-21 22:56:14 +05:30
Josh Marshall bca7051a62
Fix bold text issue
The default text style was not being set back to normal so terminal output was rendering bold, e.g. for an ls command
2018-05-18 11:52:35 +10:00
Brett A. Rogers 9571c11ad0
Return to original directory after reload 2018-05-16 14:58:59 -04:00
madcarrot ecdf6af08d
Update powerline-multiline.base.bash 2018-05-15 16:22:41 -04:00
madcarrot 094c846464
Update powerline-multiline.base.bash 2018-05-13 16:35:34 -04:00
Nils Winkler af5c215942
Merge pull request #1177 from dracorp/additional-command-reload
Additional command reload
2018-05-01 17:11:57 +02:00
Nils Winkler e156b370ca
Merge pull request #1141 from eedwards-sk/GH-1140
GH-1140 add safe usage of SCM variable
2018-05-01 17:02:16 +02:00