oxnz
c3c40e506b
fix bugs caused by unquoted variable(s); remove unnecessary grep in ips func
2014-12-08 00:32:53 +08:00
Nils Winkler
82d5eedae3
Merge pull request #374 from ben-efiz/non-localized-type-check
...
Made 'type' command using default LANG (not system LANG) to ...
Fixes #180
Fixes #204
2014-12-03 15:17:56 +01:00
Benjamin Brombach
4b60298939
Fixed #157 : Made 'type' command using default LANG (not system LANG) to check if function or alias.
2014-12-03 13:51:32 +01:00
Nils Winkler
86eba5c436
Merge pull request #373 from nummy/patch-2
...
grep v2.21 compatibility, closes #371
2014-11-27 14:50:28 +01:00
Sergio Pieiga
e91f1a0aeb
grep v2.21 compatibility
...
grep v2.21 depracates GREP_OPTIONS env var
2014-11-27 08:29:45 -05:00
Nils Winkler
6221ba8016
Merge pull request #370 from eddietejeda/postgres_plugin
...
Fixes #369 . Create postgres helper functions for bash_it
2014-11-25 08:48:56 +01:00
Eddie A Tejeda
4899c54ba7
create postgres helper functions for bash_it
2014-11-24 00:56:03 -05:00
Nils Winkler
e60a9f73c7
Merge pull request #367 from benbrunton/master
...
Ensure that battery_charge function is safe to use in themes
2014-11-13 10:39:48 +01:00
Ben Brunton
1c83611faa
updated brunton theme to use battery_charge
2014-11-13 09:17:04 +00:00
Ben Brunton
c23cad55c6
Merge branch 'master' of https://github.com/revans/bash-it
2014-11-12 17:29:01 +00:00
Ben Brunton
d7912f8f1b
prevent battery_charge call from erroring in themes when battery plugin not enabled
2014-11-12 17:27:38 +00:00
Nils Winkler
83a884431c
Merge pull request #366 from benbrunton/master
...
Added new theme
2014-11-12 11:13:50 +01:00
Ben Brunton
e7f1bf8645
deleted ~ file
2014-11-12 10:03:06 +00:00
Ben Brunton
18b77e2fec
included safe battery charge to prevent error when battery plugin not enabled
2014-11-12 10:00:45 +00:00
Ben Brunton
ba891f9d12
Delete brunton.theme.bash~
2014-11-11 21:13:14 +00:00
Ben Brunton
60163a5350
inclued brunton theme
2014-11-11 21:11:23 +00:00
Nils Winkler
5c6a50c885
Merge pull request #365 from petedickson/arrow-keys-search-history
...
Arrow keys search history
2014-11-07 15:16:14 +01:00
Peter Daly-Dickson
61e52883f7
Moved arrow-keys-search-history from lib to available plugins
2014-11-07 13:50:34 +00:00
Peter Daly-Dickson
5a7476a774
Added ability to enter a few characters at the prompt and then search backwards/forwards through history with up and down arrows
2014-11-06 20:55:11 +00:00
Nils Winkler
2ca677caac
Merge pull request #363 from nwinkler/osx-tab-fix
...
OS X tab command fix
2014-11-05 08:19:37 +01:00
Nils Winkler
44e1ae0002
Fixed script execution to always use the frontmost window, instead of window 1.
...
If you had multiple terminal windows open, there was a chance that the command was sent to another window (the one with index 1). Using index 0 will execute it in the currently visible window.
2014-11-05 08:18:58 +01:00
Travis Swicegood
43eb4950b1
Merge pull request #345 from carlos-reynosa/scm-status-check-flag
...
Version Control Environment & Status Check Flag
2014-11-03 16:00:48 -08:00
Carlos Reynosa
e318011894
Added SCM_CHECK flag documentation.
2014-11-03 15:02:56 -08:00
Nils Winkler
a4ae8ec6cd
Merge pull request #238 from nwinkler/osx-copy-last-command
...
Added alias for copying the last command to the OS X clipboard.
2014-10-30 14:32:17 +01:00
Nils Winkler
c904cb7d42
Added alias for copying the last command to the OS X clipboard.
...
Use `copyLastCmd` to copy the last executed command to the clipboard.
2014-10-30 14:31:55 +01:00
Nils Winkler
f6a3a7f873
Merge pull request #349 from nwinkler/gifify
...
Added the gifify function.
2014-10-30 14:18:42 +01:00
Nils Winkler
ac44da78fb
Merge pull request #351 from nwinkler/git-aliases
...
Added two useful git aliases found here:
2014-10-30 14:17:12 +01:00
Omer Katz
012668c305
Merge pull request #185 from baer/patch-1
...
Don't return rbenv or rvm if the don't exist
2014-10-29 09:37:31 +02:00
Eric Baer
b517629303
Don't return rbenv or rvm if the don't exist
2014-10-28 18:08:01 -07:00
Omer Katz
94a47c3626
Merge pull request #297 from conrado/master
...
cherry-picked bits
2014-10-28 17:22:31 +02:00
Conrado Buhrer
8e28a63019
added: ansible aliases
2014-10-28 11:40:45 -02:00
Conrado Buhrer
d209b9aee2
added: vim aliases
2014-10-28 11:39:50 -02:00
Conrado Buhrer
6b6644b94a
added: slick theme
2014-10-28 11:39:39 -02:00
Omer Katz
9be2500a31
Merge pull request #360 from thedrow/feature/vagrant-completion
...
Added vagrant bash completion.
2014-10-28 13:42:27 +02:00
Omer Katz
6b94231a08
Added vagrant bash completion.
2014-10-28 13:42:12 +02:00
Omer Katz
8bae8a1edb
Merge pull request #359 from thedrow/feature/testkichen-completion
...
Added test kitchen bash completion.
2014-10-28 13:41:44 +02:00
Omer Katz
d8fe912bdc
Added test kitchen bash completion.
2014-10-28 13:41:20 +02:00
Omer Katz
89fa1492b0
Merge pull request #358 from thedrow/feature/packer-completion
...
Added packer bash completion.
2014-10-28 13:40:47 +02:00
Omer Katz
e5ab35441d
Added packer bash completion.
2014-10-28 13:40:28 +02:00
Omer Katz
ce34c681d6
Merge pull request #357 from thedrow/feature/gulp-completion
...
Added gulp bash completion.
2014-10-28 13:39:55 +02:00
Omer Katz
730ebdfef2
Added gulp bash completion.
2014-10-28 13:39:20 +02:00
Omer Katz
21aed6d216
Merge pull request #356 from thedrow/feature/salt-completion
...
Added salt bash completion.
2014-10-28 13:37:32 +02:00
Omer Katz
c3e86a5421
Added salt bash completion.
2014-10-28 13:34:39 +02:00
Omer Katz
3d36ad7522
Merge pull request #227 from ebautistabar/demula.lastcmdfail
...
Fixes in demula theme
2014-10-28 12:34:45 +02:00
Omer Katz
a094f417f0
Merge pull request #300 from philipjohn/svn
...
SVN aliases (starter)
2014-10-28 12:31:20 +02:00
Omer Katz
93f48596ad
Merge pull request #269 from f/master
...
new duru theme with clean and simple interface
2014-10-28 12:30:54 +02:00
Omer Katz
39e4a22f34
Merge pull request #352 from zanmato1984/mer
...
Add svn completion.
2014-10-28 12:26:44 +02:00
Omer Katz
9c6bffa21c
Merge pull request #178 from luan/luan-theme
...
Added my custom theme
2014-10-28 12:21:47 +02:00
Omer Katz
695e43636b
Merge pull request #181 from roderik/theme/roderik
...
Added my own theme, based on gentoo's prompt
2014-10-28 12:15:41 +02:00
Omer Katz
461639923d
Merge pull request #179 from pierreozoux/virtualbox-completion
...
add virtualbox-completion
2014-10-28 12:12:29 +02:00