Omer Katz
293fa9bafa
Added the bash completion file for git flow AVH edition.
2015-02-05 14:09:13 +00:00
Omer Katz
bcc6b1d8ca
Added the gh bash completion file.
2015-02-05 14:09:13 +00:00
Omer Katz
2b648bd2b9
Added the gh plugin.
2015-02-05 14:09:13 +00:00
Omer Katz
406a3bece9
Added the pipsi plugin.
2015-02-05 14:09:13 +00:00
Luke Culbertson
ac74d0dcca
Added pyenv-init to allow pyenv virtualenvwrapper to init properly
2015-02-05 14:09:13 +00:00
Carlos E. Reynosa-Nunez
2d1fd5ea04
Fixed typo in comments.
2015-02-05 14:09:13 +00:00
Carlos E. Reynosa-Nunez
fa1e61c781
Added the base theme version control status check flag to the template bash profile. This will allow for easy changing of the flag's value without needing to understand the base theme file.
2015-02-05 14:09:13 +00:00
Carlos E. Reynosa-Nunez
c0fc2e1228
Added a flag within the base theme to turn version control checks completely off or on.
2015-02-05 14:09:13 +00:00
Luke Culbertson
c004ecaac9
Run `pyenv virtualenvwrapper` and remove virtualenv-init cmd
2015-02-05 14:09:13 +00:00
Luke Culbertson
ce7818f598
Changed pvenv functions to avoid name conflicts
2015-02-05 14:09:13 +00:00
Luke Culbertson
acddf2132e
Added better support for pyenv, virtualenvwrapper, and autoenv
...
working in concert with one another.
Features added:
- Added a pyenv-virtualenv plugin which creates virtual environments
using the current pyenv python version
- `cd` into a directory that has a virtual environment already created
and autoenv will automatically activate that environment
- Current virtual environment is displayed in command prompt
2015-02-05 14:09:13 +00:00
Greg Nofi
63229a6548
Fix exit code check when setting alias for gshuf.
2015-02-05 14:09:13 +00:00
Joel McCracken
411640b537
Adds documentation around reload alias
2015-02-05 14:09:13 +00:00
Travis Swicegood
58b52819ab
Add a few new docker aliases
2015-02-05 14:09:12 +00:00
Nils Werner
16eee4184e
Simplify dsclean alias
2015-02-05 14:09:12 +00:00
Eduardo Bellido Bellido
33ec7f0159
Fix regression checking git repo status
2015-02-05 14:09:12 +00:00
Faro
3d2e164156
adding functions to rename os x terminal tab and window titles
2015-02-05 14:09:12 +00:00
EHJ-52n
401711a398
Change name of ip function to remove masking of ip command in bash
2015-02-05 14:09:12 +00:00
Phillip Aldridge
ece3aff59b
Don't repeat the prompt if it hasn't changed
2015-02-05 14:09:12 +00:00
Can Berk Güder
c4ce5a9173
Updating git.completion.bash to latest version
2015-02-05 14:09:12 +00:00
Can Berk Güder
4aa88f21cf
Changing mode to 0644 on django.completion.bash
2015-02-05 14:09:12 +00:00
Johnny Nia
12a22ce633
Fix double assigned alias rd.
2015-02-05 14:09:12 +00:00
Eduardo Bellido Bellido
24f5799280
Fix regression in git prompt
2015-02-05 14:09:12 +00:00
Hossein Sekhavat
ecf5bc525d
Remove redundant arguments and replace 'sudoedit' with 'sudo -e' to be Mac-compatible
2015-02-05 14:09:12 +00:00
Hossein Sekhavat
9e91438f0c
Add alias 'E' for sudo-editing with emacsclient
...
More description available at http://emacs-fu.blogspot.com/2011/12/system-administration-with-emacs.html
2015-02-05 14:09:12 +00:00
Eduardo Bellido Bellido
0556e81954
Added support to git old versions
2015-02-05 14:09:12 +00:00
Jeraimee Hughes
df38eec3cd
Updating function declarations to avoid parse errors in some bash versions.
2015-02-05 14:09:12 +00:00
Travis Swicegood
84b1dd40fb
Add docker-enter
2015-02-05 14:09:12 +00:00
Carlos C
b1668d6d0d
Added line ending
...
Added line ending to osx.aliases.bash file
2015-02-05 14:09:12 +00:00
Carlos C
ab34cf306d
Added a new line at the end of file
...
Added a new line at the end of ‘laravel.aliases.bash’ file
2015-02-05 14:09:12 +00:00
Carlos C
617124ff1c
Show/hide hidden files on osx aliases.
2015-02-05 14:09:12 +00:00
Carlos C
bcc8611c42
Laravel aliases
...
Adde a list of all artisan commands for the larval php framework.
2015-02-05 14:09:12 +00:00
Travis Swicegood
806f72b990
Add a Docker plugin
...
This just sets the `DOCKER_HOST` for OS X users so we don't have to keep
setting it all over the place.
2015-02-05 14:09:12 +00:00
Bob Breznak
e217db8e20
Add support for opening Mou ( http://mouapp.com )
2015-02-05 14:09:12 +00:00
Manoj
314b0447ad
Add pyenv plugin
2015-02-05 14:09:12 +00:00
philipjohn
8af60c5a48
Create svn.aliases.bash
2015-02-05 14:09:12 +00:00
Phillip Aldridge
8efa92c464
Add new theme: Iterate
2015-02-05 14:09:12 +00:00
Charles Celerier
e9b446fae1
bash_it.sh: Patched changes made to support custom.*.bash files.
...
Code was added to support loading
custom.{aliases,completion,plugins}.bash from their respective
directories in 46f6701a3 . The change made in that commit does not wait
until the enabled {aliases,completion,plugins}/*.bash files are loaded
before sourcing the custom.*.bash files, which was the case before. This
patch fixes any issues caused by that change by loading the enabled
*.bash files and custom *.bash files in two successive for loops.
2015-02-05 14:09:12 +00:00
cceleri
7326ed15bc
Update osx.aliases.bash
...
Fixed skype typo.
2015-02-05 14:09:11 +00:00
Charles Celerier
45b0c8cd7e
completion: Add completion/custom.completion.bash to .gitignore.
2015-02-05 14:09:11 +00:00
Charles Celerier
f5f7f222db
bash_it.sh: Added support for custom.plugins.bash and custom.completion.bash.
2015-02-05 14:09:11 +00:00
Charles Celerier
5c7b6aaccf
osx.aliases: Added Skype alias.
2015-02-05 14:09:11 +00:00
John A. Barbuto
f14aab74a3
Use relative symlinks for enabling plugins
...
This extends 10bda0c for post-install enablements as well.
2015-02-05 14:09:11 +00:00
John A. Barbuto
2f4ca5ed06
Use relative symlinks during installation
...
When using dotfiles synced between different machines, this allows
enabled aliases, completions, and plugins to work with varying
home directories.
2015-02-05 14:09:11 +00:00
Travis Swicegood
b2fdd46818
Add in conda tab-completion
2015-02-05 14:09:11 +00:00
Travis Swicegood
e14d41f58d
Update powerline to show conda environments
2015-02-05 14:09:11 +00:00
hequn
e724c26785
Add git config option bash-it.hide-status to decide whether check git status.
2015-02-05 14:09:11 +00:00
Travis Swicegood
4fdaa95abd
Add ability for themes to specify that you're viewing a tag along with Powerline implementation
2015-02-05 14:09:11 +00:00
John A. Barbuto
ed22019153
Added git tag aliases
...
http://stackoverflow.com/questions/14273531/how-to-sort-git-tags
2015-02-05 14:09:11 +00:00
Travis Swicegood
cd8aed234b
Add a pyedit command thanks to @srossross
2015-02-05 14:09:11 +00:00