Commit graph

643 commits

Author SHA1 Message Date
Sorin Ionescu
bd8d53adb0 Renamed the ZSH environmental variable to OMZ. 2011-08-30 23:39:39 -04:00
Sorin Ionescu
a707692471 Quoted path to plugin. 2011-08-30 23:39:39 -04:00
Sorin Ionescu
fd0e1efa84 Run compinit before sourcing functions. 2011-08-30 23:39:39 -04:00
Sorin Ionescu
8cf6d884ee Refactored environment. 2011-08-30 23:39:39 -04:00
Sorin Ionescu
c631decc19 Cleaned up and documented history. 2011-08-30 23:39:39 -04:00
Sorin Ionescu
894b1cadaf Moved the setting of GNU Screen window number. 2011-08-30 23:39:39 -04:00
Sorin Ionescu
3a135cd013 Added slit function to cut columns. 2011-08-30 23:39:39 -04:00
Sorin Ionescu
c1fe41786b Fixed GNU Screen and tmux configuration file detection. 2011-08-30 23:39:39 -04:00
Sorin Ionescu
adb9f379aa Use Git for coloured diff if colordiff is not installed. 2011-08-30 23:39:38 -04:00
Sorin Ionescu
57345720f9 Added a few aliases and fixed typos. 2011-08-30 23:39:38 -04:00
Sorin Ionescu
96f2a37321 Renamed lib/ to functions/ and renamed files inside of it. 2011-08-30 23:39:38 -04:00
Sorin Ionescu
4ec1b2c8af Changed the main file extension from sh to zsh. 2011-08-30 23:39:38 -04:00
Sorin Ionescu
441049ab06 Moved each theme under its own directory and changed the file extension. 2011-08-30 23:39:38 -04:00
Sorin Ionescu
cefd56b682 Merged lib/git.zsh and lib/rvm.zsh into plugins/. 2011-08-30 23:39:37 -04:00
Sorin Ionescu
494ad7dcd9 Cleaned up lib/ and removed trailing white space everywhere.
Conflicts:

	oh-my-zsh.sh
2011-08-30 23:39:37 -04:00
Sorin Ionescu
fa0112b98e Removed unused log directory. 2011-08-30 23:39:37 -04:00
Sorin Ionescu
7de8f84f9d Removed mcd function and aliases from directories. 2011-08-30 23:39:37 -04:00
Sorin Ionescu
0c2beda215 Removed tools I have never used nor will I ever use.
Conflicts:

	oh-my-zsh.sh
	tools/install.sh
	tools/upgrade.sh
2011-08-30 23:39:37 -04:00
Sorin Ionescu
8efe424641 Merged custom/ and lib/.
Conflicts:

	custom/aliases.zsh
	custom/functions.zsh
	custom/grep.zsh
2011-08-30 23:39:37 -04:00
Sorin Ionescu
d04660f99a Added new aliases, changed and fixed bugs in old aliases. 2011-08-30 23:39:37 -04:00
Sorin Ionescu
aee8818536 Replaced npm 0.x completion with 1.0 completion. 2011-08-30 23:39:36 -04:00
Sorin Ionescu
6b5e026aec Compile zcompdump, if modified, to increase startup speed. 2011-08-30 23:39:36 -04:00
Sorin Ionescu
71a6f7ed92 Disabled complist since it's crashing ZSH on menu completion. 2011-08-30 23:39:36 -04:00
Sorin Ionescu
76998106f8 Added man-preview completion suggested by @webflo. 2011-08-30 23:39:36 -04:00
Sorin Ionescu
8c41252cc7 Fix for dumb terminals like Vim's. 2011-07-12 21:24:33 -04:00
Sorin Ionescu
82f2658d91 ZSH has built-in regex support; use it! 2011-07-12 21:00:19 -04:00
Sorin Ionescu
4259d7ec51 Fixed confusing, inconsistent casing. 2011-07-12 21:00:19 -04:00
Sorin Ionescu
f50a36602f Vastly improved vi-mode plugin. 2011-07-12 21:00:19 -04:00
Sorin Ionescu
9408de4c91 Vastly improved osx plugin. 2011-07-12 21:00:18 -04:00
Sorin Ionescu
42a35c59aa Added gnu-utils plugin. 2011-07-12 21:00:18 -04:00
Sorin Ionescu
efa894e090 Handle tar.xz and tar.lzma better (credit: @gwjo). 2011-07-12 21:00:18 -04:00
Sorin Ionescu
91d96c6eb6 Added extract plugin. 2011-07-12 21:00:13 -04:00
Sorin Ionescu
34c25965b9 Populated custom. 2011-07-12 20:22:08 -04:00
Robby Russell
3552423de3 Merge pull request #429 from mhitza/master
Optional themes
2011-06-20 01:28:34 -07:00
Robby Russell
279cf279a6 Merge pull request #436 from smt/pull-request-1
Add ohmyzsh theme, my version of dogenpunk
2011-06-20 01:24:29 -07:00
Stephen Tudor
03f71d14dd Changed kanji to fuku (good luck) 2011-06-19 12:22:23 -04:00
Stephen Tudor
f22460f181 Add ohmyzsh theme, my version of dogenpunk 2011-06-18 21:48:35 -04:00
Marius Ghita
527355eae3 When the theme choice is left out, oh-my-zsh will not try to load it 2011-06-15 01:17:22 +03:00
Robby Russell
ed990f61ff Merge pull request #400 from mkomitee/master
Fix bug introduced in pull request #395 which impacts users who DISABLE_AUTO_UPDATE
2011-06-05 01:04:30 -07:00
Michael Komitee
9b4a89f327 Fix bug from Pull request #395
#395 broke oh-my-zsh for users who disable check-for-updates
2011-06-04 14:03:10 -04:00
Robby Russell
e8bd400bff Merge pull request #395 from vguerci/upgrade-before-init
Upgrade before init
2011-06-04 03:12:23 -07:00
vguerci
7c9474508c [upgrade] before init (no reload needed unless oh-my-zsh.sh has been modified) 2011-06-04 11:52:13 +02:00
Andrew Hodges
0c41b1cdc3 Colorize Install & Upgrade Scripts
Make tools/install.sh and tools/upgrade.sh pretty.
2011-06-03 14:05:25 -04:00
Robby Russell
3ed19c4895 Merge pull request #371 from nebirhos/master
Another (useless) theme!
2011-06-03 08:50:31 -07:00
Robby Russell
3ddc49cafd Merge pull request #378 from secondplanet/master
Humza.zsh-theme
2011-06-03 08:50:07 -07:00
Robby Russell
30787d82bf Merge pull request #391 from mattdoran/master
Fix typos in svn plugin
2011-06-03 08:49:44 -07:00
Matt Doran
9b63a03bcf Fix typos in the svn plugin that would cause calls to 'svn' when not in an svn working copy. 2011-06-04 00:32:05 +10:00
Robby Russell
141d355e2e Merge pull request #385 from sunaku/theme
add "sunaku" theme, see http://ompldr.org/vOHcwZg
2011-06-02 08:50:33 -07:00
Suraj N. Kurapati
c1b5d72830 add "sunaku" theme, see http://ompldr.org/vOHcwZg 2011-06-01 20:39:07 -07:00
Robby Russell
3bb21afa88 Merge pull request #382 from miloshadzic/master
miloshadzic theme
2011-06-01 14:45:35 -07:00