Commit graph

1,950 commits

Author SHA1 Message Date
Matthew Robben
b1f41f6fa5 Update README.textile
Add upgrade command to docs. I canceled the prompt once and went hunting for this so I could upgrade.
2013-06-06 02:18:25 -03:00
Lucas Uyezu
8300f62e92 Adding testlog and prodlog. 2013-06-06 00:40:02 -03:00
Michael LaCorte
0118e18289 Fixed color on git prompt for superjarin theme 2013-06-05 12:37:02 -07:00
Trev
82666e25e3 A cabal plugin based on the lein plugin 2013-06-05 13:22:33 -04:00
Gaetan Semet
46f0d8dba9 Improvement in the git plugin
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
2013-06-05 15:16:51 +02:00
Gaetan Semet
4b945a856c New plugin for git-repo (https://code.google.com/p/git-repo/)
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
2013-06-05 15:12:56 +02:00
tinogomes
2e44dc0d51 bugfix restart cdpath 2013-06-02 10:56:54 -03:00
tinogomes
ce93c00bba Ralio completion on Ralio plugin 2013-06-02 10:56:54 -03:00
tinogomes
133a230f66 added # on BOL n prompt 2013-06-02 10:56:54 -03:00
tinogomes
72d6552224 update brew completion 2013-06-02 10:56:53 -03:00
tinogomes
f8d725bad2 Added encoding_file function for ruby plugin 2013-06-02 10:56:01 -03:00
tinogomes
3893edabf3 alias for go to TextMate bundles directory: bundles 2013-06-02 10:56:01 -03:00
tinogomes
4d58b02859 alias for default editor: ed 2013-06-02 10:55:28 -03:00
tinogomes
f54af1d376 aliases: bugfix on ssh-list 2013-06-02 10:54:35 -03:00
tinogomes
6bb2cd0b41 aliases for list/grep hosts 2013-06-02 10:54:35 -03:00
tinogomes
ed14a674c7 moving cd aliases for directories library 2013-06-02 10:54:35 -03:00
tinogomes
87b1c9e08e added human format for ls aliases 2013-06-02 10:54:34 -03:00
tinogomes
54e998ec85 New general aliases 2013-06-02 10:53:40 -03:00
tinogomes
83a76aaa06 Added function to lock at osx plugin 2013-06-02 10:53:40 -03:00
tinogomes
814f54ad43 new aliases for git pull/push 2013-06-02 10:53:40 -03:00
tinogomes
b12eecee6a New aliases for OSX - ssh-key-copy 2013-06-02 10:53:40 -03:00
tinogomes
3fcad771e4 flipcoin at lol plugin 2013-06-02 10:53:40 -03:00
tinogomes
7f2974818b Added alias for git to remote prune and GC aggressive mode 2013-06-02 10:53:40 -03:00
tinogomes
b59d4d18d5 alias to list ssh config file 2013-06-02 10:51:50 -03:00
tinogomes
2648628442 alias to git rm for removed files 2013-06-02 10:51:50 -03:00
tinogomes
2304a332aa added reload bundles alias for textmate plugin 2013-06-02 10:51:20 -03:00
tinogomes
63c3a3dd04 mercurial completion 2013-06-02 10:51:20 -03:00
tinogomes
44511e1aea Added the Faggy song on osx plugin 2013-06-02 10:51:20 -03:00
tinogomes
a45aab5d48 tinogomes plugin
shows rvm_prompt and git_prompt or hg_prompt
2013-06-02 10:51:20 -03:00
tinogomes
32fa84348e bugfix to display the current cirectory as ~rvm_rvmrc_cwd and reload the .rvmrc file for solve bug when use zsh + rvm with iTerm2 2013-06-02 10:51:20 -03:00
tinogomes
29ff1ac991 New general aliases 2013-06-02 10:51:20 -03:00
tinogomes
c1b9a22ec4 Added alias at rvm plugin 2013-06-02 10:51:20 -03:00
tinogomes
2345731652 Added some aliases at rails3 plugin 2013-06-02 10:51:19 -03:00
tinogomes
d86f011ba4 Added function to lock at osx plugin 2013-06-02 10:50:35 -03:00
tinogomes
4054e2812a Added alias to clear .orig files on mercurial plugin 2013-06-02 10:49:40 -03:00
Ayush Samantroy
6f8e8c58a0 Added alias for git clean 2013-06-01 18:02:38 +05:30
Robby Russell
86a889ea08 Merge pull request #1849 from lemieux/master
Fix for Jira plugin on Linux
2013-05-30 10:19:21 -07:00
Marc-Antoine Lemieux
bd38c50241 fix the open command in linux using xdg-open 2013-05-27 09:23:14 -04:00
Robby Russell
79196f8213 Merge pull request #1834 from croach/disable_untracked_files_dirty_fix
Adding a fix for the DISABLE_UNTRACKED_FILES_DIRTY option.
2013-05-23 07:58:50 -07:00
Robby Russell
0078538478 Merge pull request #1775 from marcusmueller/fixupgradetool
fix for failing substition & eliminated unnecessary cd
2013-05-23 07:52:52 -07:00
Robby Russell
78077afd12 Merge pull request #1837 from xuhdev/web-search
Add web-search plugin.
2013-05-21 15:51:07 -07:00
Robby Russell
688225a07e Merge pull request #1839 from Kronuz/patch-1
Fixed recursion. Git not needed for it to work.
2013-05-21 15:50:43 -07:00
Germán M. Bravo
69116fa806 Fixed recursion. Git not needed for it to work.
Avoid infinite `cd` loops under certain conditions. Try getting `.venv` from the current directory (not necessarily always using git)
2013-05-21 14:20:28 -04:00
Hong Xu
2531381477 Add web-search plugin.
This plugin adds google, bing and yahoo commands to launch the default
web browser to do web search:

e.g.

    google oh-my-zsh
    bing what is zsh
2013-05-20 22:18:07 -07:00
Christopher Roach
4ff861ee11 Adding a fix for the DISABLE_UNTRACKED_FILES_DIRTY option. 2013-05-19 12:55:10 -07:00
Robby Russell
27c6becffd Merge pull request #1803 from bebugz/patch-1
gentoo linux support
2013-05-09 20:38:45 -07:00
bebugz
6de78ad2ba gentoo linux support 2013-05-09 13:12:11 +04:00
simlegate
b5409fc081 add git alias 'gcmsg' and stand for 'git commit -m' 2013-05-09 12:59:36 +08:00
simlegate
22dce9e715 add git alias 'gcmsg' and stand for 'git commit -m' 2013-05-09 12:57:32 +08:00
simlegate
29e696d902 rename gcm to gcmsg and stand for 'git commit -m' #1790 2013-05-08 17:03:33 +08:00