1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added check to make sure the user is using Markdown formatting with newpost() More... about 14 years ago
Added ability to choose post type with newpost() function. More... about 14 years ago
Added shebang More... about 14 years ago
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. More... about 14 years ago
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 More... about 14 years ago
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 More... about 14 years ago
merge conflict More... about 14 years ago
Updated bobby theme and merged in noqqe's additions More... about 14 years ago
added pipe-able browser hack from defunkt More... about 14 years ago
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. More... about 14 years ago
Lost the wrapping for non-printable characters More... about 14 years ago
Theme changes * Load colors before base theme so they can be used by base theme * Change git-specific variables to SCM-agnostic ones More... about 14 years ago
added documentation for plugins-help More... about 14 years ago
os x fix for plugins-help() More... about 14 years ago
added plugins-help message More... about 14 years ago
Fixed error that would occur on Mac OS X reporting misplaced ) More... about 14 years ago
Added t alias for one thing todo. Inspired by http://onethingwell.org/post/758016936/one-thing-todo More... about 14 years ago
Merge branch 'master' of github.com:revans/bash-it More... about 14 years ago
Added banish-cookies function. Inspired by http://onethingwell.org/post/1480517866/banish-flash-cookies More... about 14 years ago
spelling error in usage More... about 14 years ago
added dock-switch to osx plugin. switches between 3d and 2d More... about 14 years ago
fixing an argument error More... about 14 years ago
Merge branch 'master' of http://github.com/noqqe/bash-it into noqqe-master More... about 14 years ago
Merge remote branch 'revans/master' More... about 14 years ago
usage() for os x and linux More... about 14 years ago
Changed "~" to "$HOME" for JEKYLL_LOCAL_ROOT variable. Sometimes ~ works, sometimes not. I know for a fact that $HOME does though. More... about 14 years ago
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... More... about 14 years ago
Got rid of old "newpost" alias to make way for the "newpost" function. More... about 14 years ago
Added the last jekyll variable we will need... hopefully. More... about 14 years ago
Added jekyll.plugins.bash file More... about 14 years ago