Mark Szymanski
|
9a6e841805
|
Added alias, ripped off from oh-my-zsh
|
2011-02-19 20:48:03 -06:00 |
Mark Szymanski
|
6ffba72087
|
Added aliases for ruby (rb) and git commit --interactive (gci)
|
2010-12-20 18:08:01 -06:00 |
Mark Szymanski
|
afbda09a5f
|
Changed names of pager and editor aliases to page and edit, respectively.
|
2010-11-01 17:03:10 -05:00 |
Mark Szymanski
|
3511e9e269
|
Added help for some more aliases
|
2010-10-31 15:30:53 -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
|
2f9752f49b
|
added irc alias
|
2010-10-25 17:50:55 -05:00 |
Mark Szymanski
|
a308e771e5
|
Added l1 alias for ls -1
|
2010-10-25 08:44:47 -05:00 |
Mark Szymanski
|
e7dd619ba6
|
Added editor and pager alias to open your $EDITOR or $PAGER, respectively.
|
2010-10-21 16:18:05 -05:00 |
Mark Szymanski
|
6360f47409
|
Changed ex alias for exit to q, turns ex is the command for entering vim's ex mode.
|
2010-10-19 15:49:57 -05:00 |
Mark Szymanski
|
0463117e52
|
Added alias piano="pianobar" to general.aliases.bash.
|
2010-10-18 21:08:55 -05:00 |
Mark Szymanski
|
123c3be698
|
Moved mkcd function from aliases/general.aliases.bash to plugins/base.plugins.bash
|
2010-10-18 18:24:15 -05:00 |
Mark Szymanski
|
45c1cb9cc2
|
Fixed problem that could have occured in the mkdcd command
with directories containing spaces
|
2010-10-17 21:16:14 -05:00 |
Mark Szymanski
|
39248d498a
|
Added ex alias to exit
|
2010-10-17 20:34:16 -05:00 |
Mark Szymanski
|
af3c571473
|
Added mkcd alias, creates a directory and automatically cd's
into it
|
2010-10-17 20:32:05 -05:00 |
Robert R Evans
|
2010f011f8
|
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.
|
2010-10-10 09:24:19 -07:00 |