Commit Graph

784 Commits (fa107fc3d74ec4c2342abd27cd70036928bd3caa)

Author SHA1 Message Date
Conrado Buhrer fa107fc3d7 fixed: reverted vim alias 2014-12-15 15:14:51 -02:00
Conrado Buhrer 021905f036 added non-invasive vim aliases #381 2014-12-15 08:08:55 -02:00
Nils Winkler d9b640960e Merge pull request #378 from kovica/faster_hg_status
Update base.theme.bash
2014-12-15 09:21:41 +01:00
Omer Katz adb7fef0fc Merge pull request #380 from revans/revert-341-master
Revert "Added pyenv-virtualenv plugin"
2014-12-14 09:52:41 +02:00
Omer Katz abb0167ffa Revert "Added pyenv-virtualenv plugin" 2014-12-14 09:52:27 +02:00
Omer Katz d736133f57 Merge pull request #341 from lucasnad27/master
Added pyenv-virtualenv plugin
2014-12-14 09:44:54 +02:00
Kovica 35adbaf7b3 On new repositories ./hg/branch and .hg/dirstate do not exist. In this case use "hg summary" 2014-12-12 20:32:04 +01:00
Kovica 324e1edfce Don't need that echo 2014-12-12 15:51:12 +01:00
Kovica 6f126b80e4 Added comments 2014-12-12 15:19:28 +01:00
Kovica 8914d452d8 We don't need return values 2014-12-12 15:08:07 +01:00
kovica 9a134acd06 Update base.theme.bash
Faster Mercurial status
2014-12-12 11:54:00 +01:00
Nils Winkler edbf1b258b Merge pull request #376 from trulleberg/master
Update pure.theme.bash
2014-12-08 19:40:32 +01:00
Nils Winkler 7dc805fff4 Merge pull request #375 from oxnz/master
fix bugs caused by unquoted variable(s); remove unnecessary grep in ips func
2014-12-08 19:29:04 +01:00
Hannes 3acc5acc4f Update pure.theme.bash
Fixed an issue, where ps_root_mark was not defined
2014-12-08 13:39:38 +01:00
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