Peter Daly-Dickson
e9b84d29fb
Added ability to enter a few characters at the prompt and then search backwards/forwards through history with up and down arrows
2015-02-05 14:09:14 +00:00
Nils Winkler
d8ed79594f
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.
2015-02-05 14:09:14 +00:00
Carlos Reynosa
0c866eba18
Added SCM_CHECK flag documentation.
2015-02-05 14:09:14 +00:00
Nils Winkler
edc523b40a
Added alias for copying the last command to the OS X clipboard.
...
Use `copyLastCmd` to copy the last executed command to the clipboard.
2015-02-05 14:09:13 +00:00
Eric Baer
12619ffa5b
Don't return rbenv or rvm if the don't exist
2015-02-05 14:09:13 +00:00
Conrado Buhrer
c270d858da
added: ansible aliases
2015-02-05 14:09:13 +00:00
Conrado Buhrer
f20586d320
added: vim aliases
2015-02-05 14:09:13 +00:00
Conrado Buhrer
09b7b601a1
added: slick theme
2015-02-05 14:09:13 +00:00
Omer Katz
03151b4e01
Added vagrant bash completion.
2015-02-05 14:09:13 +00:00
Omer Katz
14bbc8af3b
Added test kitchen bash completion.
2015-02-05 14:09:13 +00:00
Omer Katz
38b4758611
Added packer bash completion.
2015-02-05 14:09:13 +00:00
Omer Katz
87da90ba95
Added gulp bash completion.
2015-02-05 14:09:13 +00:00
Omer Katz
8c191f8a2d
Added salt bash completion.
2015-02-05 14:09:13 +00:00
luke
f264657e0c
Skip workon if not in root directory
2015-02-05 14:09:13 +00:00
Omer Katz
c159d96c67
Added fzf plugin.
2015-02-05 14:09:13 +00:00
ruoxi
f51ab848bc
Add svn completion.
2015-02-05 14:09:13 +00:00
Nils Winkler
505611739f
Added two useful git aliases found here:
...
http://blogs.atlassian.com/2014/10/advanced-git-aliases/
2015-02-05 14:09:13 +00:00
Nils Winkler
02eb261714
Added the gifify function.
...
This allows to convert a .mov file into an animated GIF file. Based on
these resources:
* https://gist.github.com/SlexAxton/4989674
* https://gist.github.com/paulirish/b6cf161009af0708315c
2015-02-05 14:09:13 +00:00
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