Commit Graph

1761 Commits (51c8970eb8e22829a7ff051efee712aa76f8b75c)

Author SHA1 Message Date
Stimim 21fd969f40 plugins: autojump: support debian system
as title, load autojump.sh in debian system.
2017-04-20 22:22:25 +08:00
DenMat 01e5cee40c make this consistent like other declarations 2017-04-19 19:03:40 +10:00
DenMat a5c693b6bc Addresses vulnerability describe here https://github.com/Bash-it/bash-it/issues/920
* white lists acceptable characters and replaces dangerous characters with '-'
2017-04-19 18:45:50 +10:00
Nils Winkler 438e3dadc0 Merge pull request #937 from icanhazstring/patch-2
Rename git alias to better reflect name convention
2017-04-14 15:06:43 +02:00
Andreas Frömer f5b83c2d8c Rename git alias to better reflect name convention
This will rename the previous alias `gmv` to `gbm` to better reflect the naming as it will rename the branch not move a file.
Also introduce `gmv` as an alias for `git mv` to move files.
2017-04-11 18:41:13 +02:00
Nils Winkler 2cd5d9e0a5 Merge pull request #898 from catull/add-completion-for-angular-cli
Add support for ng (Angular CLI) completion.
2017-04-11 08:12:55 +02:00
Nils Winkler 5fbef7c0cb Merge pull request #934 from pix0r/master-pure-virtualenv
Add virtualenv to pure theme
2017-04-11 08:08:35 +02:00
Nils Winkler bc500cc695 Merge pull request #935 from watilde/fix-white-color
Fix white color in colors.theme
2017-04-11 08:06:31 +02:00
Mike Matz 18364434ca Use virtualenv_prompt from base.theme.bash 2017-04-10 07:08:23 -07:00
Daijiro Wachi a014282707 Fix white color in colors.theme 2017-04-10 12:01:59 +02:00
Mike Matz 5dd75d3fd9 Add virtualenv to pure theme 2017-04-09 21:52:35 -07:00
Nils Winkler f3d229e5cb Merge pull request #931 from nwinkler/theme-readme
More documentation for Theme location
2017-03-27 08:26:30 +02:00
Nils Winkler 255fadf3cc More documentation for Theme location
See #930 for the original PR.
2017-03-27 08:25:17 +02:00
Nils Winkler ccfe8775a9 Merge pull request #930 from dayne/customtheme
adding ability to set theme as a path to specific file
2017-03-27 08:12:51 +02:00
Dayne Broderson 28e2637fa0 adding docs for the new feature 2017-03-25 21:17:24 -08:00
Dayne Broderson 52a23c0106 Merge branch 'master' of https://github.com/Bash-it/bash-it 2017-03-25 20:48:23 -08:00
Carlo Dapor 8a09c5f0d5 New completion for Angular CLI. 2017-03-24 22:50:22 +01:00
Nils Winkler 3ab632aa1d Merge pull request #928 from LanikSJ/rvm-completion
Add RVM Completion
2017-03-24 09:43:47 +01:00
LanikSJ 8d329bd610
Remove the function as it's not needed now 2017-03-24 01:41:48 -07:00
LanikSJ c18d4338e6
Removing redundant lines 2017-03-24 01:36:24 -07:00
Dayne Broderson 3450e20857 adding ability to set theme as a path to specific file 2017-03-24 00:23:12 -08:00
LanikSJ 4d0815329a
Adding source of RVM Completion 2017-03-23 16:10:22 -07:00
LanikSJ 5cd496813e
Adding RVM Completion 2017-03-23 15:57:27 -07:00
Nils Winkler de18a7f2e8 Merge pull request #927 from nwinkler/gitattributes
Added .gitattributes file to enforce LF line endings
2017-03-23 08:11:28 +01:00
Nils Winkler 63b0269daf Added .gitattributes file to enforce LF line endings 2017-03-23 08:10:47 +01:00
Nils Winkler 21d06b6f29 Merge pull request #926 from jeyglk/fix/unbound-variables
Prevent unbound variable errors in Powerline
2017-03-22 08:40:08 +01:00
Nils Winkler 1b462d58b5 Merge pull request #924 from nickjer/simple-git-diff
Simplify the `git diff` alias - closes #921
2017-03-22 08:39:26 +01:00
Nils Winkler 596dbb2b7c Merge pull request #925 from dreadatour/patch-1
Python errors handling in 'pyedit' command
2017-03-22 08:38:36 +01:00
Jeremy Mathevet 588213980d Prevent unbound variable errors 2017-03-21 12:04:18 +00:00
Vladimir Rudnyh 1258757fc7 Python errors handling in 'pyedit' command
Do now show python warnings (import or syntax) if module name is bad.
2017-03-21 15:01:29 +03:00
Jeremy Nicklas 2a29f6ba59 simplify git diff alias
Fixes https://github.com/Bash-it/bash-it/issues/921
2017-03-21 06:53:09 -04:00
Nils Winkler 472bf9d97b Merge pull request #919 from con-f-use/bashit-misspell
Alias and complete common misspellings of bash-it
2017-03-21 08:11:41 +01:00
con-f-use 43a63965ee Alias and complete common misspellings of bash-it 2017-03-17 20:29:02 +01:00
Nils Winkler 5858fcdbdd Merge pull request #916 from LanikSJ/git-update
Adding more git aliases
2017-03-14 08:03:32 +01:00
Nils Winkler 267763700f Merge pull request #917 from icanhazstring/feature/git-branch-move
Add alias gmv
2017-03-14 08:02:24 +01:00
LanikSJ fb95a13410
Removing conflicting alias 2017-03-13 09:24:32 -07:00
Andreas Frömer 3679bc2e5b Add alias gmv
This will enable the ability to rename a branch using bash-it git alias
2017-03-13 13:36:53 +01:00
LanikSJ 007adac0fd
Adding more git aliases 2017-03-10 11:38:40 -08:00
Nils Winkler 7f0e2c352d Merge pull request #915 from LanikSJ/pip3-completion
Adding pip3 completion
2017-03-10 07:58:54 +01:00
LanikSJ 7d11a9d935
Adding pip3 completion 2017-03-06 16:04:42 -08:00
Nils Winkler 6de4f3f79b Merge pull request #909 from dsem/add-docker-cleanup
Add plugin and alias for cleaning docker assets
2017-02-16 09:55:36 +01:00
Nils Winkler dc07b4183e Merge pull request #908 from dsem/improve-docker
Simplify docker functions
2017-02-16 09:53:15 +01:00
Dylan Semler 20a49e6393 Add plugin and alias for cleaning docker assets 2017-02-15 07:00:42 -05:00
Dylan Semler d81c35d752 Simplify docker functions
Instead of piping the standard output of `docker ps` and `docker images`
through a series of heads, tails, and awks, use the flags available to
the `docker` command to achieve the same goal.
2017-02-15 06:38:26 -05:00
Nils Winkler c58088b509 Merge pull request #905 from font/font_theme
Added new font theme
2017-02-14 08:53:34 +01:00
Nils Winkler 589c9fad5d Merge pull request #907 from nwinkler/powerline-sudo-extend-902
Made the change from #902 available to Powerline themes
2017-02-14 08:50:52 +01:00
Nils Winkler db7ad196b7 Made the change from #902 available to Powerline themes 2017-02-14 08:49:45 +01:00
Nils Winkler 1dc3ee7efa Merge pull request #902 from arimourao/powerline-sudo-fix
enable powerline theme to check if user can sudo his workstation
2017-02-14 08:43:00 +01:00
Ivan Font ba25652662 Added new font theme 2017-02-12 16:58:48 -08:00
Ari Mourao 7d9628d4f5 refactoring to comply with standards 2017-02-12 14:03:45 -02:00