Mark Szymanski
50179fd778
Can't forget to source the custom aliases!
2011-06-13 22:05:45 -05:00
Mark Szymanski
80e734f3e0
Added Homebrew aliases to the available aliases
2011-06-13 11:45:24 -05:00
Travis Swicegood
ef42010c7b
Make all aliases optional (a la plugins)
...
This continues a pattern that was introduced in ffa45b0 and refined
further in later commits. This enables all aliases by default, but can
be disabled by any user if they remove the appropriate
aliases/enabled/*.bash file.
2011-06-12 19:47:17 -05:00
Travis Swicegood
279b60e26f
Merge pull request #51 from tswicegood/javascript-update
...
Allow specifying jQuery/jQuery UI version number and update defaults
2011-06-06 13:41:55 -07:00
Mark Szymanski
b7a0cb6133
Added Homebrew aliases
2011-06-05 20:45:53 -05:00
Travis Swicegood
13d7c76087
Merge pull request #52 from tswicegood/rvm-enhancements
...
Optimize how RVM is loaded and add RVM auto completion.
2011-06-03 23:45:26 -07:00
Mark Szymanski
81b82a80d2
Fix an idiot mistake I made
2011-06-03 07:36:31 -05:00
Mark Szymanski
5e95755a19
Add another alias for clear and add some more aliases to alias-help
2011-06-02 20:29:16 -05:00
Travis Swicegood
9623fd442f
Allow clock to be formatted
2011-05-30 10:12:51 -05:00
Travis Swicegood
b740d7f0f7
Make sure that RVM is loaded before defining extras
2011-05-30 09:52:30 -05:00
Travis Swicegood
20d5f97f3e
Load RVM and auto-completion is available
...
No reason not to turn on RVM if it's present and the autocompletion is a
huge benefit.
2011-05-30 09:46:22 -05:00
Travis Swicegood
a694d2de9c
Allow specifying jQuery/jQuery UI version number and update defaults
2011-05-29 15:25:26 -05:00
Joshua Nussbaum
ccf4951d17
Added alias for rake db:migrate
2011-05-27 23:59:33 -07:00
Mark Szymanski
4814843948
Fix issue with plugin initalization
2011-05-27 20:57:57 -05:00
Mark Szymanski
1b268e7c28
Initialize enabled directory if it doesn't exist
...
This is to make bash_it work in a new install after
the plugins/enabled directory was ignored
2011-05-27 11:53:54 -05:00
Mark Szymanski
4898fa9119
Add pmdown function for previewing markdown files
2011-05-27 11:47:55 -05:00
Mark Szymanski
516ce40c4e
Git ignore works now
2011-05-27 11:40:39 -05:00
Mark Szymanski
0d19f1e3f5
Ignore the plugins/enabled directory
2011-05-27 11:36:07 -05:00
Anton Shemerey
b64d4bc0de
add path for bash completion
2011-05-26 23:21:34 +03:00
Anton Shemerey
8f0b38ad0e
add zork theme
2011-05-26 23:12:30 +03:00
Mark Szymanski
838769f053
Merge branch 'master' of github.com:revans/bash-it
2011-05-16 22:05:10 -05:00
Mark Szymanski
b1e19cfe3e
Changed up minimal theme
...
Removed Vim prompt stuff and made the prompt cyan
2011-05-16 22:03:57 -05:00
Mark Szymanski
9406bdeb57
Merge pull request #48 from tswicegood/cleanup.
...
Move toward allowing disabling of plugins without removal
2011-05-03 14:48:26 -07:00
Travis Swicegood
ffa45b0391
Create the concept of enabled plugins
...
This allows users to disable a plugin without completely removing it.
Instead, they simply remove the `plugins/enabled/*.bash` file for the
plugin they want to disable. This continues the concept of "everything
on" while providing greater flexibility to future users.
It might be a good idea to allow turning these off by default in the
future and allowing not only the `plugins/enabled/*.bash` files but also
an array of `<plugin_name>` values that would search for
`plugins/available/<plugin_name>.plugin.bash` to enable them. That
method would make it easier for people custom tune their plugins from
within their `.bash_profile` script.
2011-05-02 23:12:50 -05:00
Travis Swicegood
1aedbd6350
remove symbolic link to self
2011-05-02 23:12:50 -05:00
Mark Szymanski
c517a74a39
Added dos theme
2011-04-29 17:56:04 -05:00
Travis Swicegood
8392f29250
Unset the MACTEXT_PATH var so it doesn't leak through to env
...
Thought this variable wasn't making it to the session, but it does even
without the `export`. This corrects that by explicitly unsetting it
before we continue.
2011-04-01 08:07:14 -05:00
Travis Swicegood
ad502d9483
make sure tmux is launched in 256 color mode
2011-03-31 17:02:48 -05:00
Travis Swicegood
97e73f44dc
add support for mactex if its present
2011-03-31 17:02:48 -05:00
Florian Baumann
b2857a3774
added git_stats function to git plugin collection
2011-03-27 20:44:17 +02:00
Florian Baumann
0798a8034a
removed hcht plugin. there are several bugs which couldn't be fixed so far without rewriting the whole module
2011-03-27 20:28:47 +02:00
Daniel Engel
e56c71a002
Added 'tonka' prompt, and personal color scheme.
...
Added 'dirs' plugin, dor directory stack navigation.
2011-03-14 20:36:25 -04:00
Mark Szymanski
63c60e5fa3
Added "down4me" plugin
2011-03-11 20:32:46 -06:00
Robert Lowe
63a00c757d
* 2 new functions, wmate & raw
...
* wmate will pipe wget into textmate and tidy for you (command + z to undo tidy)
* raw will pipe wget into your browser
2011-03-07 23:16:18 -05:00
Jesus de Mula Cano
7ae2952b28
Fix bug of battery plugin not displaying right low percentages (Linux)
2011-03-07 17:06:31 +01:00
Jesus de Mula Cano
7eb06af51a
Merge branch 'master', remote-tracking branch 'upstream/master'
2011-03-07 13:25:41 +01:00
Mark Szymanski
8dded4fdc5
Added battery info for modern theme
2011-03-06 18:40:16 -06:00
Jesus de Mula Cano
b79fc5d03e
Add beginings of mac os support for the battery plugin
2011-03-07 01:26:24 +01:00
Jesus de Mula Cano
f98a728866
Check for OS type in demula theme prompt string
2011-03-07 01:11:20 +01:00
Jesus de Mula Cano
cced72742f
fix deleting screw up
2011-03-07 00:18:05 +01:00
Jesus de Mula Cano
8cc74becc0
Fix demula theme output
2011-03-07 00:08:56 +01:00
Jesus de Mula Cano
fe9116c8e6
change back http alias and check for Linux to use python2
2011-03-07 00:06:52 +01:00
Jesus de Mula Cano
1080af358d
Update battery.plugin to check for acpi existence
2011-03-07 00:05:54 +01:00
Jesus de Mula Cano
229aa833a2
Add command_exists function to base.plugin from http://stackoverflow.com/questions/592620/check-if-a-program-exists-from-a-bash-script :
2011-03-07 00:02:43 +01:00
Jesus de Mula Cano
23de53a084
battery plugin code clean up
2011-03-06 22:37:47 +01:00
Jesus de Mula Cano
0127dc2dc7
Add safe vcprompt use to demula theme and monokai colors. Update default template to include vcprompt path.
2011-03-06 18:49:08 +01:00
Jesus de Mula Cano
9681bae634
Update demula theme to use battery plugin
2011-03-06 18:17:17 +01:00
Jesus de Mula Cano
8188b91db3
new battery plugin that shows energy in a "bar" all done with acpi and bash
2011-03-06 18:12:24 +01:00
Jesus de Mula Cano
908e020a0b
Merge remote-tracking branch 'upstream/master'
2011-03-06 18:09:32 +01:00
Jeff Kolesky
6dd943a23e
adds git info to prompt below the root of a repository
2011-03-05 18:08:03 -05:00