Commit Graph

1850 Commits (c4da957450036f4e8ef58ee1d98ffb07c58cf7aa)

Author SHA1 Message Date
Nils Winkler c4da957450 Merge pull request #1035 from rlanhe/recursive-load-out-of-place-custom-files
Recursive load of out of place custom config files
2017-09-15 07:59:35 +02:00
Rodrigo Lanza 3e60efd19d Recursive load of out of place custom config files 2017-09-14 22:50:52 +02:00
Nils Winkler 6382701a1f Merge pull request #1034 from Piterden/patch-1
Create pyrocms.aliases.bash
2017-09-14 08:55:53 +02:00
Nils Winkler 99a7c5f2e7 Merge pull request #1036 from rlanhe/go-to-parent-dir-misspelling
Common misspelling for going up one directory
2017-09-14 08:23:19 +02:00
Rodrigo Lanza 058de1d7c9 Common misspelling for going up one directory 2017-09-13 05:56:12 +02:00
Denis Efremov 80d592e305 Create pyrocms.aliases.bash 2017-09-12 01:27:06 +03:00
Nils Winkler 517d4b2ca4 Merge pull request #1029 from ops-guru/sshagent_osx
#1028 fix
2017-08-28 23:21:50 +02:00
Maxim Kovgan 36d3c66ccd - the latest OS X (10.12.6) has bash 3.2.57, yes :)
- '-v' used before is not available until bash 4.x

Signed-off-by: Maxim Kovgan <max@opsguru.io>
2017-08-26 22:49:59 +03:00
Nils Winkler acb98c34ca Merge pull request #1023 from icanhazstring/patch-3
Propose new alias for git branch deletion
2017-08-18 08:48:28 +02:00
Nils Winkler 1282f7fbae Merge pull request #1025 from yuwash/ruby-test-skip
skip ruby PATH test if ruby not installed
2017-08-18 08:43:10 +02:00
Nils Winkler 4dc54c3140 Merge pull request #1026 from yuwash/completion-suppress-ls-error
bash-it.completion suppress ls error when none found
2017-08-18 08:42:31 +02:00
Yushin Washio a4472fedaa skip ruby PATH test if ruby not installed 2017-08-17 17:33:56 +05:00
Yushin Washio d98a0038d3 bash-it.completion suppress ls error when none found 2017-08-17 17:08:58 +05:00
Andreas Frömer 3f2edd7ba8 Propose new alias for git branch deletion
This will add two new aliases for `git` to remove a branch.
There is an old alias `gdel` which is not named well because all "branch wise" aliases start with `gb`

So i added two new to delete the branch
`gbd` to remove fully merged branches with upstream
`gbD` to force remove a branch
2017-08-17 09:17:12 +02:00
Nils Winkler a6c91f15a0 Merge pull request #1017 from mvk/sshagent_plugin
reference implementation of #1016
2017-08-15 08:55:35 +02:00
Max Kovgan c04754fa0e added bash-it metadata to operational function
- per @nwinkler CR request

Signed-off-by: Max Kovgan <max@opsguru.io>
2017-08-14 14:52:39 +03:00
Max Kovgan ade87943e9 upd formatting post CR by @nwinkler
- indented from 4 space into 2
- cleared up a couple of tabs

Signed-off-by: Max Kovgan <max@opsguru.io>
2017-08-13 19:38:25 +03:00
Max Kovgan dce7b9b874 reference implementation of #1016
sshagent plugin:
- manage setup of sshagent in bash session:
  - force opinionated agent management based on ~/.ssh/ file
    - support for shared file systems on different host (file name contains hostname)
  - check env for any live/dead agents
    if alive - use it
    otherwise - spawn our own

Signed-off-by: Max Kovgan <max@opsguru.io>
2017-08-13 19:36:52 +03:00
Nils Winkler 79562ec3d8 Merge pull request #1014 from amno1/master
Added aliases for easier systemd use.
2017-08-13 17:39:32 +02:00
Nils Winkler 14f3ebbb7d Merge pull request #1013 from leventyalcin/feature/openshift-completion
Feature/openshift completion
2017-08-13 17:37:59 +02:00
Nils Winkler 54c456d56a Merge pull request #1012 from jayme/down4me-fix
added `-L` to curl options to avoid empty responses
2017-08-13 17:32:09 +02:00
memoryleakno1 43082a6cc5 Added aliases for easier systemd use. 2017-08-03 15:37:21 +02:00
Levent YALCIN a6fccf029c no need a var 2017-07-31 15:26:05 +01:00
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