common/bash_it.git
14 years agoAdded TODO variable for todo.txt-cli aliases
Mark Szymanski [Sun, 31 Oct 2010 15:02:25 +0000 (10:02 -0500)] 
Added TODO variable for todo.txt-cli aliases

14 years agoFixed a habitual mistake in using == instead of = for comparison.
Mark Szymanski [Sat, 30 Oct 2010 20:29:26 +0000 (15:29 -0500)] 
Fixed a habitual mistake in using == instead of = for comparison.

14 years agoAdded check for Linux to make ls with colors work
Mark Szymanski [Sat, 30 Oct 2010 19:54:19 +0000 (14:54 -0500)] 
Added check for Linux to make ls with colors work

14 years agoAdded completion support for todo.txt-cli
Mark Szymanski [Wed, 27 Oct 2010 22:32:06 +0000 (17:32 -0500)] 
Added completion support for todo.txt-cli

14 years agoadded IRC_CLIENT variable for the irc alias
Mark Szymanski [Mon, 25 Oct 2010 22:51:04 +0000 (17:51 -0500)] 
added IRC_CLIENT variable for the irc alias

14 years agoadded irc alias
Mark Szymanski [Mon, 25 Oct 2010 22:50:55 +0000 (17:50 -0500)] 
added irc alias

14 years agoMerge branch 'master' of github.com:revans/bash-it
Robert R Evans [Mon, 25 Oct 2010 16:51:39 +0000 (09:51 -0700)] 
Merge branch 'master' of github.com:revans/bash-it

14 years agoUpdated emacs alias.
Robert R Evans [Mon, 25 Oct 2010 16:51:22 +0000 (09:51 -0700)] 
Updated emacs alias.

14 years agoAdded ignore directive for vim swap files
Mark Szymanski [Mon, 25 Oct 2010 13:45:52 +0000 (08:45 -0500)] 
Added ignore directive for vim swap files

14 years agoAdded l1 alias for ls -1
Mark Szymanski [Mon, 25 Oct 2010 13:44:47 +0000 (08:44 -0500)] 
Added l1 alias for ls -1

14 years agoAdded git alias: gss=git status -s
Mark Szymanski [Sun, 24 Oct 2010 13:57:01 +0000 (08:57 -0500)] 
Added git alias: gss=git status -s

14 years agoFixed a stupid mistake in using percent signs instead of ampersands
Mark Szymanski [Sat, 23 Oct 2010 16:10:37 +0000 (11:10 -0500)] 
Fixed a stupid mistake in using percent signs instead of ampersands

14 years agoAdded some variables that the jekyll aliases need
Mark Szymanski [Sat, 23 Oct 2010 15:58:44 +0000 (10:58 -0500)] 
Added some variables that the jekyll aliases need

14 years agoAdded jekyll aliases
Mark Szymanski [Sat, 23 Oct 2010 15:57:31 +0000 (10:57 -0500)] 
Added jekyll aliases

14 years agoMerge branch 'master' of github.com:revans/bash-it
Robert R Evans [Thu, 21 Oct 2010 22:06:40 +0000 (15:06 -0700)] 
Merge branch 'master' of github.com:revans/bash-it

14 years agoImproved the wrapping of the bobby theme
Robert R Evans [Thu, 21 Oct 2010 22:06:32 +0000 (15:06 -0700)] 
Improved the wrapping of the bobby theme

14 years agoAdded editor and pager alias to open your $EDITOR or $PAGER, respectively.
Mark Szymanski [Thu, 21 Oct 2010 21:18:05 +0000 (16:18 -0500)] 
Added editor and pager alias to open your $EDITOR or $PAGER, respectively.

14 years agoAdded another formatting change I overlooked
Mark Szymanski [Wed, 20 Oct 2010 22:42:02 +0000 (17:42 -0500)] 
Added another formatting change I overlooked

14 years agoSome minor formatting changes to README
Mark Szymanski [Wed, 20 Oct 2010 22:41:08 +0000 (17:41 -0500)] 
Some minor formatting changes to README

14 years agoChanged ex alias for exit to q, turns ex is the command for entering vim's ex mode.
Mark Szymanski [Tue, 19 Oct 2010 20:49:57 +0000 (15:49 -0500)] 
Changed ex alias for exit to q, turns ex is the command for entering vim's ex mode.

14 years agoAdded alias piano="pianobar" to general.aliases.bash.
Mark Szymanski [Tue, 19 Oct 2010 02:08:55 +0000 (21:08 -0500)] 
Added alias piano="pianobar" to general.aliases.bash.

14 years agoMoved mkcd function from aliases/general.aliases.bash to plugins/base.plugins.bash
Mark Szymanski [Mon, 18 Oct 2010 23:24:15 +0000 (18:24 -0500)] 
Moved mkcd function from aliases/general.aliases.bash to plugins/base.plugins.bash

14 years agoFixed problem that could have occured in the mkdcd command
Mark Szymanski [Mon, 18 Oct 2010 02:16:14 +0000 (21:16 -0500)] 
Fixed problem that could have occured in the mkdcd command
with directories containing spaces

14 years agoAdded ex alias to exit
Mark Szymanski [Mon, 18 Oct 2010 01:34:16 +0000 (20:34 -0500)] 
Added ex alias to exit

14 years agoAdded mkcd alias, creates a directory and automatically cd's
Mark Szymanski [Mon, 18 Oct 2010 01:32:05 +0000 (20:32 -0500)] 
Added mkcd alias, creates a directory and automatically cd's
into it

14 years agoFixed bug where everything was bolded after failed command
Mark Szymanski [Sun, 17 Oct 2010 19:36:30 +0000 (14:36 -0500)] 
Fixed bug where everything was bolded after failed command

14 years agoFixed chrome alias for Mac OS X
Mark Szymanski [Sun, 17 Oct 2010 15:01:15 +0000 (10:01 -0500)] 
Fixed chrome alias for Mac OS X

14 years agoSmall tweak to minimal theme, made the red PS1 text bold.
Mark Szymanski [Sun, 17 Oct 2010 14:57:06 +0000 (09:57 -0500)] 
Small tweak to minimal theme, made the red PS1 text bold.

14 years agoAdded alias for 'git clone' (gcl)
Mark Szymanski [Sat, 16 Oct 2010 03:20:43 +0000 (22:20 -0500)] 
Added alias for 'git clone' (gcl)

14 years agoStarted adding mercurial aliases.
Robert R Evans [Fri, 15 Oct 2010 15:11:54 +0000 (08:11 -0700)] 
Started adding mercurial aliases.

14 years agoMerge branch 'master' of http://github.com/mrman208/bash-it into mrman208-master
Robert R Evans [Fri, 15 Oct 2010 15:07:59 +0000 (08:07 -0700)] 
Merge branch 'master' of github.com/mrman208/bash-it into mrman208-master

14 years agoAdded links to each contributor's GitHub profile.
Mark Szymanski [Fri, 15 Oct 2010 02:50:02 +0000 (21:50 -0500)] 
Added links to each contributor's GitHub profile.

14 years agoMerged in mrman208's additions.
Robert R Evans [Thu, 14 Oct 2010 22:11:02 +0000 (15:11 -0700)] 
Merged in mrman208's additions.

14 years agoFixed typo
Mark Szymanski [Thu, 14 Oct 2010 19:50:58 +0000 (14:50 -0500)] 
Fixed typo

14 years agoAdded documentation for added git aliases (get, ga, and gall)
Mark Szymanski [Thu, 14 Oct 2010 19:50:06 +0000 (14:50 -0500)] 
Added documentation for added git aliases (get, ga, and gall)

14 years agoAdded a check to see if rvm is installed
Robert R Evans [Thu, 14 Oct 2010 16:10:26 +0000 (09:10 -0700)] 
Added a check to see if rvm is installed

14 years agoAdded another git alias
Robert R Evans [Wed, 13 Oct 2010 15:45:12 +0000 (08:45 -0700)] 
Added another git alias

14 years agoAdd history saving for prompt
Piotr Usewicz [Wed, 13 Oct 2010 10:24:10 +0000 (11:24 +0100)] 
Add history saving for prompt

14 years agoMerge branch 'master' of http://github.com/mrman208/bash-it into mrman208-master
Robert R Evans [Tue, 12 Oct 2010 23:04:52 +0000 (16:04 -0700)] 
Merge branch 'master' of github.com/mrman208/bash-it into mrman208-master

14 years agoAdded minimal theme
Mark Szymanski [Tue, 12 Oct 2010 22:34:00 +0000 (17:34 -0500)] 
Added minimal theme

14 years agoupdated comment
Robert R Evans [Tue, 12 Oct 2010 21:14:20 +0000 (14:14 -0700)] 
updated comment

14 years agoadded new emacs alias
Robert R Evans [Tue, 12 Oct 2010 21:12:46 +0000 (14:12 -0700)] 
added new emacs alias

14 years agoAdded sshosts to view all the ssh config hosts that have been added. This command...
Robert R Evans [Tue, 12 Oct 2010 17:11:21 +0000 (10:11 -0700)] 
Added sshosts to view all the ssh config hosts that have been added. This command will only print out the host names
that you would use for ssh/scp.

14 years agoAdded another alias for git.
Robert R Evans [Tue, 12 Oct 2010 15:37:17 +0000 (08:37 -0700)] 
Added another alias for git.

14 years agoMerge branch 'master' of http://github.com/mrman208/bash-it into mrman208-master
Robert R Evans [Tue, 12 Oct 2010 15:27:34 +0000 (08:27 -0700)] 
Merge branch 'master' of github.com/mrman208/bash-it into mrman208-master

14 years agoAdded an extra comment to the bash profile template
Robert R Evans [Tue, 12 Oct 2010 15:27:04 +0000 (08:27 -0700)] 
Added an extra comment to the bash profile template

14 years agoAdded myself to README.md (Mark Szymanski)
Mark Szymanski [Tue, 12 Oct 2010 01:47:16 +0000 (20:47 -0500)] 
Added myself to README.md (Mark Szymanski)

14 years agoAdded osx aliases for chrome and chromium
Mark Szymanski [Tue, 12 Oct 2010 01:43:53 +0000 (20:43 -0500)] 
Added osx aliases for chrome and chromium

14 years agoFix clearing the color
Piotr Usewicz [Mon, 11 Oct 2010 13:25:31 +0000 (14:25 +0100)] 
Fix clearing the color

14 years agoAdded Pete theme
Piotr Usewicz [Mon, 11 Oct 2010 13:01:32 +0000 (14:01 +0100)] 
Added Pete theme

14 years agoAdded contributor to the readme.
Robert R Evans [Mon, 11 Oct 2010 00:57:46 +0000 (17:57 -0700)] 
Added contributor to the readme.

14 years agoMerge branch 'master' of http://github.com/Sirupsen/bash-it into Sirupsen-master
Robert R Evans [Mon, 11 Oct 2010 00:56:26 +0000 (17:56 -0700)] 
Merge branch 'master' of github.com/Sirupsen/bash-it into Sirupsen-master

14 years agoUpdated the ssh config
Robert R Evans [Mon, 11 Oct 2010 00:54:11 +0000 (17:54 -0700)] 
Updated the ssh config

14 years agoAdded "sirup" theme.
Sirupsen [Sun, 10 Oct 2010 18:05:03 +0000 (20:05 +0200)] 
Added "sirup" theme.

14 years agoAdd "add_ssh" to add a new ssh host to the ~/.ssh/config file.
Robert R Evans [Sun, 10 Oct 2010 16:45:32 +0000 (09:45 -0700)] 
Add "add_ssh" to add a new ssh host to the ~/.ssh/config file.

14 years agoUpdated REAME.
Robert R Evans [Sun, 10 Oct 2010 16:28:59 +0000 (09:28 -0700)] 
Updated REAME.

14 years agoMade a lot of changes: no more functions directory. All aliases have been moved to...
Robert R Evans [Sun, 10 Oct 2010 16:24:19 +0000 (09:24 -0700)] 
Made a lot of changes: no more functions directory. All aliases have been moved to the new alias directory. Plugins are now for functions only. Updated the README to reflect the changes and add a contributor's list.

14 years agoAdded to gitignore .rvmrc
Robert R Evans [Sun, 10 Oct 2010 15:34:30 +0000 (08:34 -0700)] 
Added to gitignore .rvmrc

14 years agorvm goodness
Robert R Evans [Sun, 10 Oct 2010 04:47:45 +0000 (21:47 -0700)] 
rvm goodness

14 years agoAdded rvm prompt info
Robert R Evans [Sun, 10 Oct 2010 04:46:28 +0000 (21:46 -0700)] 
Added rvm prompt info

14 years agoupdated bobby theme
Robert R Evans [Sat, 9 Oct 2010 23:28:16 +0000 (16:28 -0700)] 
updated bobby theme

14 years agoUpdated the color themes. Added underline and background colors.
Robert R Evans [Sat, 9 Oct 2010 22:01:50 +0000 (15:01 -0700)] 
Updated the color themes. Added underline and background colors.

14 years agoadded alias to git plugin
zerobearing2 [Fri, 8 Oct 2010 01:13:57 +0000 (18:13 -0700)] 
added alias to git plugin

14 years agoMerge branch 'master' of http://github.com/manalang/bash-it into manalang-master
Robert R Evans [Fri, 8 Oct 2010 00:17:34 +0000 (17:17 -0700)] 
Merge branch 'master' of github.com/manalang/bash-it into manalang-master

14 years agoUpdates
Robert R Evans [Fri, 8 Oct 2010 00:15:14 +0000 (17:15 -0700)] 
Updates

14 years agoadded simple theme
Rich Manalang [Thu, 7 Oct 2010 23:32:06 +0000 (16:32 -0700)] 
added simple theme

14 years agochanged v alias so that it opens the file in a new tab. Current alias opens the file...
Rich Manalang [Thu, 7 Oct 2010 20:35:55 +0000 (13:35 -0700)] 
changed v alias so that it opens the file in a new tab. Current alias opens the file in an existing tab replacing the file that was already open

14 years agoadded alias for opening finder using f <dir>
Rich Manalang [Thu, 7 Oct 2010 20:34:42 +0000 (13:34 -0700)] 
added alias for opening finder using f <dir>

14 years agoupdate the tab/window title with the pwd
Rich Manalang [Thu, 7 Oct 2010 20:19:53 +0000 (13:19 -0700)] 
update the tab/window title with the pwd

14 years agoremoved a function that I am working on
Robert R Evans [Thu, 7 Oct 2010 01:26:20 +0000 (18:26 -0700)] 
removed a function that I am working on

14 years agoMerge branch 'master' of http://github.com/zerobearing2/bash-it into zerobearing2...
Robert R Evans [Thu, 7 Oct 2010 01:22:04 +0000 (18:22 -0700)] 
Merge branch 'master' of github.com/zerobearing2/bash-it into zerobearing2-master

14 years agoFixed issue #2
Robert R Evans [Thu, 7 Oct 2010 01:21:46 +0000 (18:21 -0700)] 
Fixed issue #2

14 years agoMerge branch 'master' of git://github.com/revans/bash-it
zerobearing2 [Thu, 7 Oct 2010 00:51:30 +0000 (17:51 -0700)] 
Merge branch 'master' of git://github.com/revans/bash-it

14 years agogit tweaks
zerobearing2 [Thu, 7 Oct 2010 00:42:29 +0000 (17:42 -0700)] 
git tweaks
rails tweaks
added heroku plugin

14 years agoAdded standard theme from alsemyonov.
Robert R Evans [Thu, 7 Oct 2010 00:28:34 +0000 (17:28 -0700)] 
Added standard theme from alsemyonov.

14 years agoRemoved custom.bash and am now completely ignoring all files within the custom direct...
Robert R Evans [Thu, 7 Oct 2010 00:27:55 +0000 (17:27 -0700)] 
Removed custom.bash and am now completely ignoring all files within the custom directory. Started de-macify to provide more support for linux (thanks to alsemyonov on github).

14 years agoUpdated base.functions.bash to reflect the new color names
Robert R Evans [Wed, 6 Oct 2010 22:24:04 +0000 (15:24 -0700)] 
Updated base.functions.bash to reflect the new color names

14 years agoFixed readme instructions
Robert R Evans [Wed, 6 Oct 2010 22:15:23 +0000 (15:15 -0700)] 
Fixed readme instructions

14 years agoMerge branch 'master' of http://github.com/pusewicz/bash-it into pusewicz-master
Robert R Evans [Wed, 6 Oct 2010 22:11:15 +0000 (15:11 -0700)] 
Merge branch 'master' of github.com/pusewicz/bash-it into pusewicz-master

14 years agoAmmended the readme
Robert R Evans [Wed, 6 Oct 2010 22:11:06 +0000 (15:11 -0700)] 
Ammended the readme

14 years agoFix brew completion
Piotr Usewicz [Wed, 6 Oct 2010 12:53:00 +0000 (13:53 +0100)] 
Fix brew completion

14 years agoAdded Homebrew completion plugin
Piotr Usewicz [Wed, 6 Oct 2010 12:38:04 +0000 (13:38 +0100)] 
Added Homebrew completion plugin

14 years agoAdded local-ignore for ignoring local git files
Robert R Evans [Mon, 4 Oct 2010 19:47:25 +0000 (12:47 -0700)] 
Added local-ignore for ignoring local git files

14 years agoAdded a couple more themes and put colors into its own file
Robert R Evans [Sun, 3 Oct 2010 18:50:22 +0000 (11:50 -0700)] 
Added a couple more themes and put colors into its own file

14 years agoAdded more color support for git themeing
Robert R Evans [Sun, 3 Oct 2010 16:41:36 +0000 (09:41 -0700)] 
Added more color support for git themeing

14 years agoSmall updates
Robert R Evans [Sat, 2 Oct 2010 22:47:22 +0000 (15:47 -0700)] 
Small updates

14 years agoUpdate to readme
Robert R Evans [Sat, 2 Oct 2010 22:29:55 +0000 (15:29 -0700)] 
Update to readme

14 years agoAdded a generic aliases help
Robert R Evans [Sat, 2 Oct 2010 22:29:23 +0000 (15:29 -0700)] 
Added a generic aliases help

14 years agoAdded a function to get your public IP address
Robert R Evans [Sat, 2 Oct 2010 22:23:57 +0000 (15:23 -0700)] 
Added a function to get your public IP address

14 years agoAdded readme
Robert R Evans [Sat, 2 Oct 2010 22:09:43 +0000 (15:09 -0700)] 
Added readme

14 years agoHelp files. Added the rest of bash it
Robert R Evans [Sat, 2 Oct 2010 22:07:29 +0000 (15:07 -0700)] 
Help files. Added the rest of bash it

14 years agoAdded help screens.
Robert R Evans [Sat, 2 Oct 2010 22:04:24 +0000 (15:04 -0700)] 
Added help screens.

14 years agoremoved ds_store
Robert R Evans [Sat, 2 Oct 2010 19:55:48 +0000 (12:55 -0700)] 
removed ds_store

14 years agoCleaner colors for reuse
Robert R Evans [Sat, 2 Oct 2010 19:54:15 +0000 (12:54 -0700)] 
Cleaner colors for reuse

14 years agomore cleanup
Robert R Evans [Sat, 2 Oct 2010 19:33:58 +0000 (12:33 -0700)] 
more cleanup

14 years agoBetter naming for base.bash colors
Robert R Evans [Sat, 2 Oct 2010 19:31:01 +0000 (12:31 -0700)] 
Better naming for base.bash colors

14 years agoCleaned bash it up
Robert R Evans [Sat, 2 Oct 2010 19:29:17 +0000 (12:29 -0700)] 
Cleaned bash it up

14 years agoAdded readme
Robert R Evans [Sat, 2 Oct 2010 19:15:56 +0000 (12:15 -0700)] 
Added readme

14 years agoFirst Commit
Robert R Evans [Sat, 2 Oct 2010 18:55:34 +0000 (11:55 -0700)] 
First Commit