Commit Graph

31 Commits (3f9cdea3bf75da206542a0951178ce3bfc1df3b7)

Author SHA1 Message Date
Bodaniel Jeanes 1ae5bc72da Show time a command took if over 2 sec 2011-03-29 22:03:34 -05:00
Bodaniel Jeanes d64ea2cdf0 Update actionformats in prompt 2011-03-29 13:48:27 -05:00
Bodaniel Jeanes cd3feae05b Fix user display when root 2011-03-26 18:46:21 -05:00
Bodaniel Jeanes 86795d54af Add rvm to prompt 2011-03-26 02:51:24 -05:00
Bodaniel Jeanes aeb2985a03 Making prompt extremely badass:
* Show time
* Keep root of repository expanded in compacted PWD
* VCS support for SVN, Git, Hg, + more (thanks to ZSH's vcs_info)
* Unicode chars for showing which VCS is in use
* Show branch/revision
* Show user (if not 'bjeanes')
* Highlight user red if root
* Only show hostname if we are SSH'd somewhere (i.e. not connected locally)
* Use color to show if last command succeeded/failed
* Start working on support for 256 colors in xterm-256colors with fallbacks to 8 colors and no colors
* and some other stuff, with more to come!
2011-03-26 02:33:59 -05:00
Bodaniel Jeanes 0961514f8c Misc changes 2011-03-24 00:28:27 -05:00
Bodaniel Jeanes 14f482a6ba Fix git/hub zsh auto-completion 2011-02-21 14:55:06 +10:00
Bodaniel Jeanes aedf0893ed Misc shell improvements 2011-02-18 11:47:15 +10:00
Bodaniel Jeanes 5a7eb993cf Clean up aliases 2011-02-18 11:44:22 +10:00
Bodaniel Jeanes cd3fdf5480 Snippets and indent-guides bundle 2011-02-08 21:24:35 +10:00
Bodaniel Jeanes 677db037f1 Update the vim bundles and add a few more 2011-01-15 15:32:50 +10:00
Bodaniel Jeanes 4f55698f60 Add handy utility shell functions for fetching and formatting JSON/XML 2010-12-22 00:03:57 +10:00
Bodaniel Jeanes 3c00ba01c5 Use vim or mvim as GIT_EDITOR 2010-11-30 00:03:47 +10:00
Bodaniel Jeanes e9916ee624 fix exports 2010-11-24 16:46:43 +10:00
Bodaniel Jeanes ef328a22d4 Use vim as GIT_EDITOR 2010-11-24 16:41:03 +10:00
Bodaniel Jeanes 02e1b6afe6 Disable mateand nano as editors and go cold turkey with vim/mvim 2010-11-24 16:38:02 +10:00
Bodaniel Jeanes cce0c0cafe Ok that makes more sense... 2010-11-23 00:12:07 +10:00
Bodaniel Jeanes e2e6df18ae Fixed editors jumping into focus when new shell was created 2010-11-23 00:04:49 +10:00
Bodaniel Jeanes 7036e53742 clean up and fix EDITOR variable usage and remove unneeded-paths (since everything is now in brew etc) 2010-11-22 22:28:49 +10:00
Bodaniel Jeanes 58c92090db white space 2010-11-22 21:32:35 +10:00
Bodaniel Jeanes d0384efad4 Improve the 'm' function so that it sets the current working directly correctly (e.g. when using mvim) and uses the current $VISUAL editor. 2010-11-22 21:31:42 +10:00
Bodaniel Jeanes 7cd251083d shell stuff 2010-11-22 13:53:19 +10:00
Bodaniel Jeanes d2bcb3a57b Make Zsh and Bash have some level of method_missing support 2010-06-30 22:09:19 +10:00
Bodaniel Jeanes 13d272f97d Remove hardcoded reference to dot-files path 2010-06-30 21:22:54 +10:00
Bodaniel Jeanes 8dbb360357 Moved functions into own file 2010-06-30 21:21:38 +10:00
Bodaniel Jeanes ec096ac7cb Hardcode vcprompt as it is only used in one place 2010-06-30 18:01:07 +10:00
Bodaniel Jeanes 8c5fef8fc2 Move git.sh 2010-06-30 17:59:46 +10:00
Bodaniel Jeanes 8fb802029b Fixed editor on OS X 2010-06-30 16:53:47 +10:00
Bodaniel Jeanes db5739614e Major refactoring of ZSH and Bash dot-files.
* Theme is now set for both shells from same file so they should always be as similar as possible.
* Removed terminal functions (for doing silly things like moving/resizing the Terminal.app window) which I never used
* Not using ZSH color module (so that I can have some level of compatibility with bash for prompt etc)
2010-06-30 14:54:06 +10:00
Bodaniel Jeanes 3ca7ecfaae Fix $EDITOR 2010-06-29 22:28:46 +10:00
Bodaniel Jeanes b2c6a258ac Major refactoring 2010-06-29 22:20:19 +10:00