Commit Graph

3238 Commits (ef10bcd151566648a81e6f33766049f1c08672cc)

Author SHA1 Message Date
Mark Szymanski c8f94b0892 Added shebang 2010-11-15 20:03:35 -06:00
Mark Szymanski 7b1312002f Changed 'cd's to 'builtin cd's, because I have a modified cd command (cd then ls) and it can get annoying when using the Jekyll aliases. 2010-11-13 10:21:59 -06:00
John Schulz 760cc8be63 Add `gmu` (git merge upstream) alias
* Pull in `origin` & `upstream` and merge them into `upstream/master`
from http://www.gitready.com/intermediate/2009/02/12/easily-fetching-upstream-changes.html
2010-11-11 12:45:32 -05:00
John Schulz 6e7f423983 Allow theming to be disabled (eg for old terminals)
* Only load a theme file if `bobby` has been set
 * Only alter `PS1` if `\[\]\[$(scm_char)\]\[\]\[$(scm_prompt_info)\]\[\]\[$(rvm_version_prompt)\] \[\]\h \[\]in \[\]\w \[\]\[\n\[\]→\[\] ` has a value
2010-11-11 11:57:47 -05:00
Robert R Evans 6c97585329 merge conflict 2010-11-10 15:49:21 -08:00
Robert R Evans 1148f42c5b Updated bobby theme and merged in noqqe's additions 2010-11-10 15:45:48 -08:00
Florian Baumann 02d65afdcb added pipe-able browser hack from defunkt 2010-11-10 20:25:40 +01:00
John Schulz 7ce4184c93 Alter test for `brew` to prevent false positive.
`brew` reports 'no brew found in ...' to `stdout` (at least on Solaris) resulting in a false positive.
2010-11-10 11:46:05 -05:00
John Schulz e7cfe6d1df Lost the wrapping for non-printable characters 2010-11-09 23:52:25 -05:00
John Schulz d5645e74a0 Theme changes
* Load colors before base theme so they can be used by base theme
 * Change git-specific variables to SCM-agnostic ones
2010-11-09 23:21:19 -05:00
Florian Baumann bd22485639 added documentation for plugins-help 2010-11-08 21:52:49 +01:00
Florian Baumann 6a890d21c9 os x fix for plugins-help() 2010-11-08 21:40:16 +01:00
Florian Baumann cecbae54e5 added plugins-help message 2010-11-08 21:31:11 +01:00
Mark Szymanski 64eb33844d Fixed error that would occur on Mac OS X reporting misplaced ) 2010-11-05 15:27:03 -05:00
Mark Szymanski 4b26a78745 Added t alias for one thing todo. Inspired by http://onethingwell.org/post/758016936/one-thing-todo 2010-11-05 15:02:12 -05:00
Robert R Evans b7fcfd7f3a Merge branch 'master' of github.com:revans/bash-it 2010-11-05 12:39:18 -07:00
Mark Szymanski 5a7174a734 Added banish-cookies function. Inspired by http://onethingwell.org/post/1480517866/banish-flash-cookies 2010-11-04 13:09:40 -05:00
Florian Baumann e1761160df spelling error in usage 2010-11-04 18:24:02 +01:00
Florian Baumann 827578c79f added dock-switch to osx plugin. switches between 3d and 2d 2010-11-04 18:19:50 +01:00
Robert R Evans 044a116fcd fixing an argument error 2010-11-02 13:45:21 -07:00
Robert R Evans 2d9da1f156 Merge branch 'master' of http://github.com/noqqe/bash-it into noqqe-master 2010-11-02 08:50:37 -07:00
Florian Baumann 3d52ee0be4 Merge remote branch 'revans/master' 2010-11-02 15:04:53 +01:00
Florian Baumann e45e72ec27 usage() for os x and linux 2010-11-02 14:50:45 +01:00
Mark Szymanski 1dd1add7a7 Changed "~" to "$HOME" for JEKYLL_LOCAL_ROOT variable. Sometimes ~ works, sometimes not. I know for a fact that $HOME does though. 2010-11-01 20:57:35 -05:00
Mark Szymanski 1a045dea98 Added newpost plugin. Creates a new jekyll post with the current date, and a user specified title. Even fills in the YAML Front Matter. Sorry if that seemed like bragging, I just wanted everyone to notice so they could make use of it better... 2010-11-01 20:49:57 -05:00
Mark Szymanski ea84e4b7a6 Got rid of old "newpost" alias to make way for the "newpost" function. 2010-11-01 20:49:07 -05:00
Mark Szymanski 61fcd21162 Added the last jekyll variable we will need... hopefully. 2010-11-01 20:24:53 -05:00
Mark Szymanski a8fc3c78d9 Added jekyll.plugins.bash file 2010-11-01 20:24:39 -05:00
Mark Szymanski db5a47eb68 Syntax Fixes 2010-11-01 20:06:57 -05:00
Mark Szymanski 689afd9b3d Added check for vim in newpost too. 2010-11-01 20:05:33 -05:00
Mark Szymanski 0097a1e3a8 Added check to see if user is using vim with newentry alias. 2010-11-01 20:04:28 -05:00
Mark Szymanski afbda09a5f Changed names of pager and editor aliases to page and edit, respectively. 2010-11-01 17:03:10 -05:00
Florian Baumann a1b611f7f3 added zitron theme 2010-11-01 13:42:54 +01:00
Mark Szymanski 5046433642 Spelling Fix. 2010-10-31 21:40:08 -05:00
Mark Szymanski e6fb7030bf Added todo-help entry in bash-it.sh's bash-it function 2010-10-31 15:32:22 -05:00
Mark Szymanski 3511e9e269 Added help for some more aliases 2010-10-31 15:30:53 -05:00
Mark Szymanski 32bbc80069 Added help for todo.txt-cli aliases. 2010-10-31 15:28:06 -05:00
Mark Szymanski 0e23e82185 Added todo.txt-cli aliases 2010-10-31 10:05:10 -05:00
Mark Szymanski 0b3773839b Added TODO variable for todo.txt-cli aliases 2010-10-31 10:02:25 -05:00
Mark Szymanski cc8c867bc1 Fixed a habitual mistake in using == instead of = for comparison. 2010-10-30 15:29:26 -05:00
Mark Szymanski e127dd0f1a Added check for Linux to make ls with colors work 2010-10-30 14:54:19 -05:00
Mark Szymanski 75bbdc44f4 Added completion support for todo.txt-cli 2010-10-27 17:32:06 -05:00
Mark Szymanski 4958a5520b added IRC_CLIENT variable for the irc alias 2010-10-25 17:51:04 -05:00
Mark Szymanski 2f9752f49b added irc alias 2010-10-25 17:50:55 -05:00
Robert R Evans 6496f9cf2b Merge branch 'master' of github.com:revans/bash-it 2010-10-25 09:51:39 -07:00
Robert R Evans f62e241c2a Updated emacs alias. 2010-10-25 09:51:22 -07:00
Mark Szymanski af2d6bb7a9 Added ignore directive for vim swap files 2010-10-25 08:45:52 -05:00
Mark Szymanski a308e771e5 Added l1 alias for ls -1 2010-10-25 08:44:47 -05:00
Mark Szymanski 5ec52df28a Added git alias: gss=git status -s 2010-10-24 08:57:01 -05:00
Mark Szymanski 21820276fb Fixed a stupid mistake in using percent signs instead of ampersands 2010-10-23 11:10:37 -05:00