Commit graph

1322 commits

Author SHA1 Message Date
Sorin Ionescu 027edbaae5 Correct title casing in screen and tmux READMEs 2012-06-14 18:01:01 -04:00
Sorin Ionescu 71b98ad515 [Fix #119] Add documentation for terminal 2012-06-14 18:00:06 -04:00
Sorin Ionescu 117c2323bc [Fix #118] Add documentation for syntax-highlighting 2012-06-14 17:48:24 -04:00
Sorin Ionescu 13c1c1996d Add a zstyle to set the syntax highlighter 2012-06-14 17:20:57 -04:00
Sorin Ionescu e095911cda Correct the history-substring-search README 2012-06-14 17:17:36 -04:00
Sorin Ionescu f2f6d20bde [Fix #105] Add documentation for gpg-agent 2012-06-14 12:51:03 -04:00
Sorin Ionescu abfd6b0a25 [Fix #114] Add documentation for rsync 2012-06-13 21:54:36 -04:00
Sorin Ionescu c1bb7e5b27 Rename variable rsync_cmd to _rsync_cmd 2012-06-13 21:44:27 -04:00
Sorin Ionescu 425aec21ee [Fix #122] Add documentation for yum 2012-06-13 21:41:04 -04:00
Sorin Ionescu 719bc1c67f Rewrite yum aliases 2012-06-13 21:40:28 -04:00
Sorin Ionescu 54e8b37c77 [Fix #196] Remove compdef calls 2012-06-13 18:04:33 -04:00
Sorin Ionescu e4be6d633f [Fix #195] Fallback to the default command 2012-06-13 14:50:05 -04:00
Sorin Ionescu 7dc55a8304 [#195] Add missing make, diff, wdiff calls 2012-06-13 14:09:57 -04:00
Sorin Ionescu 86d0086b56 [Fix #115] Add documentation for ruby 2012-06-12 23:23:22 -04:00
Sorin Ionescu c4c6d47e0a Remove the word Lion from the Perl README 2012-06-12 23:23:22 -04:00
Sorin Ionescu ee80a0ac33 [Fix #110] Add documentation for perl 2012-06-12 20:57:27 -04:00
Sorin Ionescu 48b83fae7b Add additional Perlbrew aliases 2012-06-12 19:20:03 -04:00
Sorin Ionescu af70f189f2 Reorganize perl aliases 2012-06-12 19:18:29 -04:00
Sorin Ionescu 8eae776f0e [Fix #108] Add documentation for node 2012-06-12 16:44:48 -04:00
Ben O'Hara ba7fcceac5 [Fix #117] Add documentation for ssh-agent 2012-06-12 16:39:57 -04:00
Sorin Ionescu 74867a4b57 [Fix #107] Add documentation for macports 2012-06-12 16:39:53 -04:00
Sorin Ionescu ae9d1d44e5 Rewrite macports aliases 2012-06-12 16:17:45 -04:00
Sorin Ionescu 1500717004 [Fix #120] Add documentation for trap 2012-06-12 15:35:47 -04:00
Sorin Ionescu b02f9d7dbe Correct functions list indentation in osx README 2012-06-12 15:15:52 -04:00
Sorin Ionescu 859ab4e8e0 Correct spelling mistakes in READMEs 2012-06-12 15:13:21 -04:00
Sorin Ionescu 9ed470d77c [Fix #25] Expand the README Contribute section 2012-06-10 20:23:11 -04:00
Sorin Ionescu e35d6b984a Do not remove superfluous blanks from events
Recording superflous blanks is useful when indenting multiline commands.
2012-06-10 20:06:53 -04:00
Sorin Ionescu 8e91f01d55 Move settings right bellow module description 2012-06-10 20:05:34 -04:00
Sorin Ionescu cbdf8122a6 [Fix #149] Restructure utility 2012-06-10 20:04:56 -04:00
Sorin Ionescu 218081becd [#149] Rename duh to dut 2012-06-10 20:04:56 -04:00
Sorin Ionescu 6740d88fb2 [#149, Fix #98] Add documentation for alias 2012-06-10 20:04:55 -04:00
Sorin Ionescu 93e76b9e8d [#149] Move compdef calls into their own files 2012-06-10 20:04:55 -04:00
Sorin Ionescu fdb3f4152f [#149] Remove unnecessary if statements 2012-06-10 20:04:55 -04:00
Sorin Ionescu 761ba12813 [#149] Simplify diff, wdiff, make 2012-06-10 20:04:55 -04:00
Sorin Ionescu 45ab153c64 [#149] Move diff, wdiff, make into their own files 2012-06-10 20:04:55 -04:00
Sorin Ionescu aa36596287 [#149] Merge alias into utility 2012-06-10 20:04:55 -04:00
Sorin Ionescu 3ca1293792 [Fix #188] Use basename when copying templates 2012-06-08 12:34:51 -04:00
Sorin Ionescu ed8609f17a Do not source Oh My Zsh on Zsh version mismatch 2012-06-03 13:08:07 -04:00
Sorin Ionescu c352b86aeb Add MacPorts paths to path variables 2012-06-02 17:20:00 -04:00
Sorin Ionescu 9c8c2003cd Check operating system in macports 2012-06-02 17:20:00 -04:00
Sorin Ionescu 160e1a3926 Check operating system in osx 2012-06-02 17:17:41 -04:00
Sorin Ionescu b2b90c22f8 Improve diction in documentation 2012-06-02 17:17:12 -04:00
Sorin Ionescu c28c5edd21 [Fix #99] Add documentation for archive 2012-05-31 23:18:37 -04:00
Sorin Ionescu 9f0501b140 Move the completion module loading information 2012-05-31 22:18:18 -04:00
Sorin Ionescu 333927ac3b Remove the home directory from $cdpath
It is not necessary to add the home directory to cdpath.

Since nothing is added to $cdpath by default, comment it out.
2012-05-31 22:17:14 -04:00
Sorin Ionescu 5a88276e79 Replace Vim with nano
The default keymap used in Oh My Zsh is Emacs. As such, the editor
should not be set to Vim. Unfortunately, the editor cannot be set to
Emacs because it is not always installed by default.

Set the default editor to nano.
2012-05-31 21:56:04 -04:00
Sorin Ionescu 6e64bb96dc Use the default editor in Less 2012-05-31 21:56:04 -04:00
Sorin Ionescu bff945babf Enable the Less history file 2012-05-31 21:56:04 -04:00
Sorin Ionescu a372ccf603 Remove the Less encoding environment variable
LESSCHARSET is not needed since Less automatically detects the locale.
2012-05-31 21:55:59 -04:00
Sorin Ionescu 4fd347580e [Fix #104] Add documentation for environment 2012-05-31 21:27:48 -04:00