Sorin Ionescu
9fc437439b
Rename keyboard to editor
...
It is not the keyboard that is being set up but the Zsh Line Editor
(ZLE).
13 years ago
Sorin Ionescu
e7c7596f3a
Move spectrum above alias
13 years ago
Sorin Ionescu
647ac1ac00
Return 1 when a file fails to load
13 years ago
Sorin Ionescu
01d9ec13d8
Fix prompt call, close #22
13 years ago
Sorin Ionescu
b96bbca51c
Added or edited file headers.
13 years ago
Sorin Ionescu
da1a02d853
Edited strings, comments, renamed, unset variables.
13 years ago
Sorin Ionescu
ec61dbd802
Fixed a few error messages.
13 years ago
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