Commit Graph

1438 Commits (ab2b5e98caa2d3fd87c13b514be65f6613c5648c)

Author SHA1 Message Date
Nils Winkler 2b9f941d1e Merge pull request #645 from nwinkler/editorconfig
Added editorconfig file
2016-01-08 08:38:06 +01:00
Nils Winkler 881a1535fc Added editorconfig file
See http://editorconfig.org/ for more info...

If you're using an editor that supports _editorconfig_, the editor's
settings for indentation, line endings, etc. should automatically adjust
when editing files.
2016-01-08 08:37:30 +01:00
Nils Winkler bf7ff19abc Merge pull request #644 from nwinkler/install-indentation
Fixed indentation
2016-01-08 08:27:42 +01:00
Nils Winkler 696d0e50b0 Fixed indentation
Removed tabs, using 2 spaces everywhere.
2016-01-08 08:26:55 +01:00
Nils Winkler 28071aba21 Merge pull request #641 from spectrumIG/Issue-621
Add follow sym link and option to append template to existing .bashrc
2016-01-08 08:20:06 +01:00
Daniele Andreoli 245fcfa49b Fix wrong pipe. Add in any case a backup file for compatibility 2016-01-08 02:20:18 +01:00
cs-networks 15def450e3 Merge pull request #1 from cs-networks/osx_terminal_exit_code_fix
osx_terminal_exit_code_fix
2016-01-07 20:42:49 +01:00
cs-networks 98eb5495fe osx_terminal_exit_code_fix
The update_terminal_cmd is interfering with the $? variable. Somehow it
is always 0.

```
caesium@Mac:~/Documents/projects/git/bash-it 0 >export
PROMPT_COMMAND="update_terminal_cwd;set_prompt"
caesium@Mac:~/Documents/projects/git/bash-it 0 >false
caesium@Mac:~/Documents/projects/git/bash-it 0 >true
caesium@Mac:~/Documents/projects/git/bash-it 0 >export
PROMPT_COMMAND="set_prompt;update_terminal_cwd"
caesium@Mac:~/Documents/projects/git/bash-it 0 >false
caesium@Mac:~/Documents/projects/git/bash-it 1 >true
caesium@Mac:~/Documents/projects/git/bash-it 0 >
```

After the fix it is working properly.
2016-01-07 20:37:01 +01:00
Daniele Andreoli fdc75e42b9 Add while block to allow correct choice 2016-01-07 09:23:36 +01:00
Daniele Andreoli 55245cc98e Fix typo and missing spaces 2016-01-07 09:20:23 +01:00
Daniele Andreoli a3efe1479a Add follow sym link and option to append template to existing .bashrc 2016-01-06 12:53:05 +01:00
Nils Winkler f51a270480 Merge pull request #640 from NinjaSudo/NinjaSudo-brew-cask-fix
fixed brew cask aliases
2016-01-06 08:33:50 +01:00
Nils Winkler 96f72d8c35 Merge pull request #639 from CodeFalling/add-percol
add plugin:percol
2016-01-06 08:09:50 +01:00
Edward Freeman eec0aa6e9c fixed brew cask aliases
they removed the - from their CLI
2016-01-05 16:58:54 -08:00
codefalling c08c1c095a add plugin:percol 2016-01-05 23:34:10 +08:00
Nils Winkler d37ed8c822 Merge pull request #638 from nwinkler/contributing
Added first draft of contribution guidelines
2016-01-05 08:23:21 +01:00
Nils Winkler f21795a9fc Added first draft of contribution guidelines 2016-01-05 08:21:46 +01:00
Nils Winkler cbe8bbc2b4 Merge pull request #637 from nwinkler/homebrew-completion
Loading Homebrew Bash Completion if installed
2016-01-05 08:20:05 +01:00
Nils Winkler 38bd3a3b99 Loading Homebrew Bash Completion if installed
In addition to the regular /etc/bash_completion, the one from Homebrew
is loaded when running on OS X, and when Homebrew is installed.

Also added the system completion to the default install options, since
this is a feature that's requested frequently.
2016-01-05 07:35:02 +01:00
Nils Winkler 718e594442 Merge pull request #636 from was4444/patch-1
fix syntax mistake
2016-01-04 11:44:16 +01:00
was4444 25940111e8 fix wrong syntax 2016-01-04 18:42:40 +08:00
Nils Winkler 92b8f728b2 Merge pull request #635 from was4444/master
add system default completion
2016-01-04 08:10:17 +01:00
wxf 9cb4ae0650 add host info in titlebar 2016-01-01 16:29:26 +08:00
wxf 56fdb6333c support system completion 2016-01-01 15:46:53 +08:00
wxf 468475dc49 add personal theme 2016-01-01 15:36:50 +08:00
Nils Winkler 56e87d8582 Merge pull request #633 from kylev/kv_nvm_brew
Enable discovery and use of nvm installed via homebrew.
2015-12-28 12:55:24 +01:00
Kyle VanderBeek 1dcfecbc17 Enable discovery and use of nvm installed via homebrew.
https://github.com/Homebrew/homebrew/blob/master/Library/Formula/nvm.rb#L27
2015-12-23 12:49:57 -08:00
Nils Winkler f3a616645c Merge pull request #631 from nwinkler/install-base
Added base plugin to default install
2015-12-22 09:43:57 +01:00
Nils Winkler 127ac23eea Added base plugin to default install
Fixes #609
2015-12-22 09:42:22 +01:00
Nils Winkler 742c451f85 Merge pull request #628 from jwhisnant/master
Show crouton debian_chroot and python virtualenv (if applicable) (feature)
2015-12-20 16:58:59 +01:00
James Whisnant fbd0a33cd1 fix normal user username 2015-12-19 23:37:12 -05:00
James Whisnant 11057a77a7 Merge branch 'master' of https://github.com/jwhisnant/bash-it 2015-12-19 23:29:05 -05:00
James Whisnant ddba9555c7 use words instead of escape codes, some code cleanup 2015-12-19 23:28:23 -05:00
James Whisnant b52827ed32 virualenv and debian chroot support for zork theme
Merge branch 'develop'
2015-12-18 18:19:46 -05:00
James Whisnant 337caf1a50 Add support to zork them for crouton debian chroot and virtualenv
Adds support for a crouton debian chroot and python virtualenvwrapper
to the zork theme.
2015-12-18 18:12:07 -05:00
Nils Winkler 1b881e4958 Merge pull request #627 from gbanks/master
Add alias for apm install
2015-12-18 18:52:02 +01:00
gbanks 567b19333f Add alias for apm install 2015-12-17 12:53:58 -07:00
Nils Winkler 06db89c0d6 Merge pull request #626 from rparree/jboss
Added jboss 7 completion
2015-12-15 10:57:33 +01:00
Raphael Parree 6515ff4007 Added jboss 7 completion 2015-12-14 17:03:35 +01:00
Nils Winkler e6edaae118 Merge pull request #624 from derjust/master
Added simple support for terraform
2015-12-09 08:30:17 +01:00
Sebastian Just f2acd20356 Added simple support for terraform
Not providing help for the speicifc commands yet but at least complete
the available commands as a starting point
2015-12-07 14:52:56 -05:00
Nils Winkler bab76a58b1 Merge pull request #622 from billmoritz/aws_profile_support
Add support for AWS Tools Profile.
2015-12-07 10:40:12 +01:00
Nils Winkler af6e81ba43 Merge pull request #623 from billmoritz/docker_machine_name
Add Support for different docker-machine VM names
2015-12-07 08:29:41 +01:00
Bill Moritz d8ce333ae7 Add Support for different docker-machine VM names
Add the variable BASH_IT_DOCKER_MACHINE to set a name other than 'dev' as
Virtual Machine name.
2015-12-06 09:55:19 -05:00
Bill Moritz b967674e6c Add support for AWS Tools Profile.
http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html
2015-12-05 11:52:58 -05:00
Nils Winkler 725e1b2f76 Merge pull request #620 from dongri/master
Added pro theme
2015-11-27 09:47:35 +01:00
Dongri Jin 9c9c20da2a Fix 2015-11-27 01:41:19 +09:00
Dongri Jin 1eb7b4b4c2 Fix 2015-11-27 01:37:53 +09:00
Dongri Jin 53d2452276 Fix 2015-11-27 01:19:14 +09:00
Dongri Jin 5f246cfcac Fix 2015-11-27 01:16:20 +09:00