Yutian Li
b69902ff09
Allow module to be a symbolic link to a non-empty directory ( #1510 )
7 years ago
Kaleb Elwert
b5c7989636
Allow modules to be loaded from multiple places ( #1458 )
...
* Allow modules to be loaded from multiple places
* Add setting for user specified module dirs
This is initial work for the contrib repo, mentioned in #1424
7 years ago
Parth Laxmikant Kolekar
87d39f5dd2
Update init.zsh
...
It seems that my older git does not support '@' yet.
7 years ago
Parth Laxmikant Kolekar
b5d09e2da7
Lower requirements down to 4.3.11 again ( #1491 )
...
There was an update with the syntax-highlighting module which fixed compatibility with 4.3.11.
7 years ago
Damien Pollet
00f1d92ed8
Fix typo in zprezto-update function
7 years ago
Indrajit Raychaudhuri
a60499f933
[general] Miscellaneous cleanup and formatting
7 years ago
Kaleb Elwert
a70bce3ea6
Ensure we use the same function definition syntax everywhere
7 years ago
Brian K. Christensen
c6124d4d37
Updater: fix bug regarding source init in new updater logic
7 years ago
Samantha McVey
87868441eb
[zprezto-update] Add convenience function to update zprezto ( #1344 )
...
* [zprezto-update] Add convenience function to update zprezto
This function checks if there is any update to zprezto, and if so
will pull in the changes. It will not attempt a pull unless
it is fastforwardable. It also makes sure the user is on the master
branch before attempting.
* [zprezto-update] Improve resilience of the function
Better error checking of status of the git repository
and better error producing.
Fit columns into mostly 80 width and add a missing printf
argument.
Use ( ) around the function so changing directory does not affect
the outer scope.
* [README] Add instructions on using zprezto-update function
7 years ago
Samantha McVey
d9a1380263
Change print to printf in init.zsh error ( #1335 )
...
When my zsh had issues, and I was debugging it, this line would
end up being run but no output would be made to the screen.
Changing it from print to printf caused the error to properly be
displayed.
8 years ago
Paul Melnikow
dcd8596192
Don't load pfunctions from vi swap files
8 years ago
Kaleb Elwert
0be0ff565a
Set ZPREZTODIR to ${0:h}
8 years ago
Kaleb Elwert
7346efd206
Allow setting ZPREZTODIR to make prezto easier to integrate with
8 years ago
Sorin Ionescu
a84ac5b002
Only one newline at end of file
10 years ago
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