Commit Graph

2028 Commits (99d494535b064734575f74ca76b0a7908891324c)

Author SHA1 Message Date
Levent YALCIN 878180b2e2 tab completion support added for openshift 2017-07-31 15:23:34 +01:00
jayme 20a8f10102 added `-L` to curl options to avoid empty responses
- changed URL to non-www as well
2017-07-28 16:36:57 -04:00
Nils Winkler 702d923054 Merge pull request #1007 from wendorf/explicit-bash-version
Explicitly mention Bash 3.2 compatibility
2017-07-19 09:12:39 +02:00
Dan Wendorf 39ed8c4da1 Explicitly mention Bash 3.2 compatibility
Bash-it previously did not specify compatibility with any particular
Bash version, but uses features in Bash 3.2 (like omitting quoting for =~
expressions) while ignoring features in Bash 4 (like associative
arrays). By explicitly mentioning the minimum supported version, it is
easier for contributors to understand which shell features are usable.
2017-07-18 08:47:12 -07:00
Nils Winkler b9101e57b1 Merge pull request #1005 from con-f-use/master
Liquidprompt Theme
2017-07-16 19:04:02 +02:00
con-f-use 7e68558176 Add gitignore for liquidprompt 2017-07-16 18:28:47 +02:00
con-f-use 238375c4d8 Liquidprompt Theme
see: https://github.com/nojhan/liquidprompt

Might be a bit hacky, but people can improve on it.
2017-07-16 10:51:49 +02:00
Nils Winkler 4590042177 Merge pull request #997 from lfelipe1501/patch-1
Changes in the battery plugin and in the Atomic Theme
2017-07-13 08:42:46 +02:00
Luis Felipe Sánchez a3e714e175 Update battery.plugin.bash
Added **pmset** command that improves the process of detecting the battery and its percentage
2017-07-12 18:59:47 -05:00
Nils Winkler 4244685388 Merge pull request #1000 from YumingMa/master
fix ips issue #998
2017-07-08 16:54:48 +02:00
MaYuming 7006261b42 fix ips issue #998 2017-07-08 11:12:07 +08:00
MaYuming a61edb6a25 Merge branch 'master' of https://github.com/YumingMa/bash-it 2017-07-08 10:56:04 +08:00
Nils Winkler aed5c6560b Merge pull request #1002 from p3k/fix-virtualenv-prompt-in-bakke-theme
fix: missing virtualenv prompt
2017-07-07 19:18:55 +02:00
Tobi Schäfer 2c08308f0c fix: missing virtualenv prompt 2017-07-07 15:02:54 +02:00
MaYuming e687857eb0 fix ips issue #998 2017-07-06 14:50:53 +08:00
Luis Felipe Sánchez d2fb415856 Update atomic.theme.bash
Improvements in the theme
2017-07-03 12:09:27 -05:00
Nils Winkler f13e04fdb0 Merge pull request #996 from lfelipe1501/master
Update battery.plugin.bash
2017-07-03 08:05:50 +02:00
Luis Felipe Sánchez 222385c040 Update battery.plugin.bash
Fixed UPOWER command check when checking battery status
2017-07-02 17:41:06 -05:00
Nils Winkler 31bdbe0cc2 Merge pull request #994 from YumingMa/master
fix mkcd issue #993
2017-06-30 15:26:15 +02:00
MaYuming d88b068363 fix mkcd issue 2017-06-30 20:14:32 +08:00
MaYuming 6be02f8062 Revert "mkcd one or more dirs"
This reverts commit f369efe953.
2017-06-30 20:09:22 +08:00
MaYuming f369efe953 mkcd one or more dirs 2017-06-30 18:45:22 +08:00
MaYuming f19a8b88eb Revert "fix mkcd issue #993"
This reverts commit 8816edd805.
2017-06-30 18:27:43 +08:00
MaYuming 8816edd805 fix mkcd issue #993 2017-06-30 17:05:03 +08:00
Nils Winkler be077be3f5 Merge pull request #986 from rodtreweek/patch-r
Request to add some additonal aliases that I have found useful
2017-06-29 09:22:14 +02:00
Rod Treweek 7b5c0ec6fd
Removing vigen alias 2017-06-28 15:47:28 -07:00
Rod Treweek 0e5b872512
Fixing up Vagrant and general alias files 2017-06-28 14:53:14 -07:00
Nils Winkler 8217b7beb0 Merge pull request #989 from nwinkler/fzf-plugin
Fzf plugin
2017-06-28 09:46:36 +02:00
Nils Winkler 51c1f7e414 Updated some load priorities
These will not work yet, since they are used across component types, but this will start working once everything is loaded from the same "enabled" directory.
2017-06-28 09:43:31 +02:00
Nils Winkler 09cb5552db Fixed missing quote 2017-06-28 09:42:34 +02:00
Nils Winkler 33cdfe03a7 Added some functions for using fzf 2017-06-28 09:42:34 +02:00
Nils Winkler b4a8cc222f Merge pull request #988 from YumingMa/master
fix and strengthen the command myip
2017-06-28 09:28:25 +02:00
MaYuming c52eb6456c Merge branch 'master' of https://github.com/Bash-it/bash-it 2017-06-28 13:02:30 +08:00
MaYuming a9a9ff74ba fix and Strengthen the command myip 2017-06-28 13:02:21 +08:00
Nils Winkler c51ad5e255 Merge pull request #987 from dsharp-pivotal/patch-1
general.aliases: Run `which gshuf` in if condition
2017-06-27 08:17:27 +02:00
David Sharp 48f04159e0 general.aliases: Run `which gshuf` in if condition
If .bashrc is sourced while `set -e` is set, and `gshuf` is not installed,
then running `which gshuf` will cause the shell to error and exit.
Running `which gshuf` during an if condition will capture the error.
2017-06-26 14:50:23 -07:00
Rod Treweek 6eada49d9d cleaning things up a bit for merge 2017-06-26 13:00:13 -07:00
Rod Treweek 1ff2dd7c59 Add stuff (#7)
* Added aliases for vagrant, bash-it, and homesick

* added aliases

* Add new feature (#6)

* alias additions

* Adding powerline-r theme

* Adding Vagrant aliases
2017-06-26 12:39:49 -07:00
Rod Treweek d796390737
cleaning up 2017-06-26 12:24:51 -07:00
Rod Treweek 15177a20d4
Add new feature (#6)
* alias additions

* Adding powerline-r theme
2017-06-26 12:07:30 -07:00
Rod Treweek b5ee4dec60
added aliases 2017-06-26 12:07:30 -07:00
Rod Treweek f873ecb948
Added aliases for vagrant, bash-it, and homesick 2017-06-26 12:07:30 -07:00
Rod Treweek c1683c74d2
Update README.md 2017-06-26 12:07:30 -07:00
Nils Winkler 2a0a425334 Merge pull request #974 from nwinkler/load-priority
Load Order/Priority
2017-06-25 16:47:09 +02:00
Nils Winkler 2581abdf54 Fix some issues that showed the todo.txt-cli aliases in the wrong way 2017-06-24 17:31:31 +02:00
Nils Winkler 94e68b96b5 Fix migration of todo.txt-cli component 2017-06-24 17:31:31 +02:00
Nils Winkler fc4ce80329 Add tests for enabling multiple plugins at the same time 2017-06-24 17:31:31 +02:00
Nils Winkler 1068e7916b Add tests for enabling aliases and completions 2017-06-24 17:31:31 +02:00
Nils Winkler 87270c2962 Copy all of Bash-it during the helper tests 2017-06-24 17:31:31 +02:00
Nils Winkler 732b287a57 Run migrate command after a succesful update 2017-06-24 17:31:31 +02:00