Chauncey Garrett
5088ca4839
Bump minimum supported Zsh to v4.3.11
...
zsh-syntax-highlighting requires this version.
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
10 years ago
Caleb Land
817dd3aa3a
Allow functions in a module to be symlinks
...
Add the '-' flag to the function glob which makes the other flag test
against the target of the symlink, and not the symlink itself.
When using rcm (https://github.com/thoughtbot/rcm ), the function files
are symlinked by default, but the current glob excludes them by
targeting normal files (with the '.' flag).
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
11 years ago
Sorin Ionescu
8993a8dfad
Bump minimum supported Zsh to v4.3.11
11 years ago
Sorin Ionescu
6f916355b2
Do not attempt to reload modules that failed to load
12 years ago
Sorin Ionescu
e5e26eccff
[ #245 ] Convert helper into a module
12 years ago
Sorin Ionescu
0156fc8e2c
[ Fix #264 ] Remove double sourcing of zpreztorc
12 years ago
Sorin Ionescu
cc7e43b242
[ Fix #253 ] Move Prezto settings into their own file
12 years ago
Sorin Ionescu
8cdf06e386
[ #255 ] Use $ZDOTDIR or $HOME
12 years ago
Sorin Ionescu
fb9a20591f
[ Fix #197 ] Rebrand as Prezto
...
Conflicts:
README.md
runcoms/zshenv
12 years ago
Sorin Ionescu
ed8609f17a
Do not source Oh My Zsh on Zsh version mismatch
13 years ago
Sorin Ionescu
39a60008e5
[ #171 ] Move Zsh file compilation into zlogin
13 years ago
Sorin Ionescu
1645fb88bd
[ #171 ] Move launchd setenv into zlogin
13 years ago
Sorin Ionescu
e5ec94af42
Check for non-empty files, not just existance
13 years ago
Sorin Ionescu
dc7c51434a
Simplify a few for loops
13 years ago
Sorin Ionescu
66c14486c6
[ #23 , Fix #80 ] Move themes into the prompt module
13 years ago
Sorin Ionescu
6233ec6aad
[ #23 ] Add a module loading function
13 years ago
Sorin Ionescu
86e4d2e3ff
[ #23 ] Convert environment into a module
13 years ago
Sorin Ionescu
56f8f83d58
[ #23 ] Convert terminal into a module
13 years ago
Sorin Ionescu
1330e6e792
[ #23 ] Convert editor into a module
13 years ago
Sorin Ionescu
92816f6db7
[ #23 ] Convert completion into a module
13 years ago
Sorin Ionescu
4f06785949
[ #23 ] Convert history into a module
13 years ago
Sorin Ionescu
b1934f037d
[ #23 ] Convert directory into a module
13 years ago
Sorin Ionescu
b1bb0d781d
[ #23 ] Convert spectrum into a module
13 years ago
Sorin Ionescu
bebbf3a99d
[ #23 ] Convert alias into a module
13 years ago
Sorin Ionescu
73478bd190
[ #23 ] Convert utility into a module
13 years ago
Sorin Ionescu
a7340886b3
[ #23 ] Rename plugins to modules
13 years ago
Sorin Ionescu
ac43866f1d
Use 'loaded', not 'enable', for loaded plugins
13 years ago
Sorin Ionescu
cf5fb88b39
[ Fix #76 ] Load Zsh functions, modules in zshrc
13 years ago
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