Sorin Ionescu
95c29bada8
Standardized error messages.
13 years ago
Sorin Ionescu
28da8f916b
Use Finder to trash files to enable Put Back.
...
Though AppleScript is slow, Put Back data is stored in
~/.Trash/.DS_Store, and there is no way to write to it
from the shell at this time.
The minimum Zsh version has been incremented to 4.3.10 to use
the 'a' modifier to convert a relative path into a full path.
13 years ago
Sorin Ionescu
5bb9a3e4b5
Print an error when a plugin is not found.
13 years ago
Sorin Ionescu
daf6f78f14
Added Bwana to OS X plugin.
13 years ago
Sorin Ionescu
f0499b76c3
Use zstyle instead of variables for configuration.
13 years ago
Sorin Ionescu
60f39d8d91
Moved hub into the git plugin.
13 years ago
Sorin Ionescu
850eb8c637
Use relative path instead of OMZ variable.
13 years ago
Sorin Ionescu
15ed7860f3
Enabled zsh-completions.
13 years ago
Sorin Ionescu
faeca82831
The functions directory should only hold functions.
13 years ago
Sorin Ionescu
b65195156d
Added missing FX and named colors to spectrum.
13 years ago
Sorin Ionescu
05c94e2dd5
Simplified option variables for greater flexibility.
13 years ago
Sorin Ionescu
448cda2a57
Set PATH for Mac OS X GUI applications.
13 years ago
Sorin Ionescu
574d856ae3
Revert compiling all files to only zcompdump.
13 years ago
Sorin Ionescu
2e4a053c8c
Source functions in the order needed.
13 years ago
Sorin Ionescu
9f4b8793e7
Compile files into a pre-parsed form for faster sourcing.
13 years ago
Sorin Ionescu
e2eeef5f86
Prepend, not append, to fpath.
13 years ago
Sorin Ionescu
d5ba17feac
Converted OMZ themes to native ZSH themes.
14 years ago
Sorin Ionescu
2815cc5691
Renamed the ZSH environmental variable to OMZ.
14 years ago
Sorin Ionescu
940bdae699
Quoted path to plugin.
14 years ago
Sorin Ionescu
771d06ffe7
Run compinit before sourcing functions.
14 years ago
Sorin Ionescu
3fd9cf9f86
Renamed lib/ to functions/ and renamed files inside of it.
14 years ago
Sorin Ionescu
00d4f280ae
Changed the main file extension from sh to zsh.
14 years ago
Sorin Ionescu
b34e9e0022
Moved each theme under its own directory and changed the file extension.
14 years ago
Sorin Ionescu
94ab5e0ec8
Cleaned up lib/ and removed trailing white space everywhere.
...
Conflicts:
oh-my-zsh.sh
14 years ago
Sorin Ionescu
ad9db8d342
Removed tools I have never used nor will I ever use.
...
Conflicts:
oh-my-zsh.sh
tools/install.sh
tools/upgrade.sh
14 years ago
Sorin Ionescu
ec4f279445
Merged custom/ and lib/.
...
Conflicts:
custom/aliases.zsh
custom/functions.zsh
custom/grep.zsh
14 years ago
Sorin Ionescu
c7b8ce0f0b
Compile zcompdump, if modified, to increase startup speed.
14 years ago
Sorin Ionescu
deab2ed376
Fix for dumb terminals like Vim's.
14 years ago
Marius Ghita
a876f3e920
When the theme choice is left out, oh-my-zsh will not try to load it
14 years ago
Michael Komitee
c2648a7ebf
Fix bug from Pull request #395
...
#395 broke oh-my-zsh for users who disable check-for-updates
14 years ago
vguerci
80c9a31b44
[upgrade] before init (no reload needed unless oh-my-zsh.sh has been modified)
14 years ago
Jake Bell
cd7b12b4ac
Adding ability to override plugins from the custom directory.
14 years ago
Casey Watson
b5071580d6
Fix to random theme selection
...
- themes array is 1-based
- theme files names are located in indicies 1 through N inclusive
- this resolves an issue where you would occasionally see: "no such
file or directory. Random theme '' loaded..."
14 years ago
Guten
293f7306bb
add custom completion support
14 years ago
Robby Russell
fb1fd8ab5a
Feature: Random themes now supported. Just set your theme to 'random' and it'll load a different theme each time oh-my-zsh is started. Closes #309
14 years ago
Pat Regan
51a7cb093b
Move sourcing of custom to below plugins
14 years ago
Pat Regan
42b7e5d0be
Minor reformatting
14 years ago
Pat Regan
87030f4d83
Moved the plugin fpath loop and compinit so they happen before custom scripts are loaded.
14 years ago
Pat Regan
6aad987f82
Optimize plugin loading so that only one call to compinit is required
14 years ago
Pat Regan
af0b6ac28f
Moved compinit call back to oh-my-zsh.sh, after plugins are loaded
14 years ago
Pat Regan
eeea6e4fb6
Removed commented out code.
14 years ago
Pat Regan
a56e12932f
Moved the single compinit call from oh-my-zsh.sh to lib/completion.zsh
14 years ago
Pat Regan
782883b5d8
Replace redundant calls to compinit with a single call.
14 years ago
Michael Komitee
15eadb9e4d
Postponing sourcing of the theme until after local customizations
14 years ago
Tomas Kramar
18568a2310
unset config_file is useless
14 years ago
Robby Russell
be63480e22
Reorganizing plugins so that each plugin has it's own directory now so that any plugin-specific functions can be bundled within there.
14 years ago
Robby Russell
210a72b441
Initial implementation of a new plugin system, so that people can managed which aliases/functions they want.
15 years ago
Robby Russell
91c9864326
Unsetting config_file after loading config
15 years ago
johnmaxwelliv
d2a87be173
Based on a suggestion from robbyrussel, using env for greater compatibility.
15 years ago
johnmaxwelliv
1273b9722a
Instead of using the user's standard shell, this script should be run using zsh, since that was the shell it was written for. On my machine changes to my default shell only take effect when I log out and then long in again. Plus, it's nice for people to be able to try oh-my-zsh out even if zsh isn't their default shell right? :-)
15 years ago