Carlo Sala
eabec36586
style(init): use consistent code style in init script ( #10601 )
2022-01-28 23:28:19 +01:00
Marc Cornellà
a54148a43e
fix(init): rename function f
due to clash with f
alias ( #10260 )
...
Fixes #10260
2021-10-04 17:51:22 +02:00
Marc Cornellà
7152a94280
feat(init): show error and process tree if OMZ is loaded from non-zsh shells ( #10234 )
2021-10-04 10:34:13 +02:00
Marc Cornellà
33c86fe80b
fix(init): detect and abort on non-zsh shell execution of Oh My Zsh
2021-09-28 11:29:42 +02:00
Marc Cornellà
2ea1fa6cbf
fix(init): fix division by 0
error ( #10213 )
...
Fixes #10213
2021-09-24 16:50:00 +02:00
Marc Cornellà
93b557e291
style(core): make alternative cache directory equivalent to Arch Linux package
...
The oh-my-zsh-git package sets the cache directory to `$HOME/.cache/oh-my-zsh`, so
Oh My Zsh will be compatible with it.
2021-09-15 20:45:26 +02:00
Marc Cornellà
8784e88552
fix(core): use $HOME/.cache
if default cache dir is non-writable ( #10193 )
...
Fixes #10193
2021-09-15 20:38:54 +02:00
Marc Cornellà
d2269180b0
fix(core): move plugin-generated completion files to $ZSH_CACHE_DIR/completions
...
Fixes #10183
2021-09-15 18:41:44 +02:00
Marc Cornellà
28ee5846bb
init: define $ZSH if not defined
...
Closes #9223
2020-09-04 21:50:00 +02:00
Ye Shu
5ffc0d036c
init: don't run update check if DISABLE_AUTO_UPDATE ( #9040 )
...
skip the update check at initialization if DISABLE_AUTO_UPDATE is set to true
2020-06-18 10:07:13 +02:00
Marc Cornellà
3f6e87df15
init: run update check in the same zsh process ( #9019 )
2020-06-17 11:23:52 +02:00
Marc Cornellà
3c777ebf1b
update: refactor and fix logic in check_for_upgrade.sh ( #8939 )
2020-06-09 19:38:08 +02:00
Marc Cornellà
aee9e603b4
init: reapply hack for invalid ZSH_COMPDUMP filenames ( b8761985
)
2020-06-03 17:50:53 +02:00
Marc Cornellà
c58572d5fe
init: oops
2020-06-02 12:06:40 +02:00
Marc Cornellà
0e12ebb42d
init: use grep for zcompdump metadata check
...
Closes #8981
2020-06-02 11:45:50 +02:00
Jacob Menke
582c8cb291
Prefix cd calls with builtin
( #8937 )
2020-05-20 11:30:11 +02:00
Marc Cornellà
b876198575
init: silence zcompdump metadata write for invalid ZSH_COMPDUMP filenames
...
If `$SHORT_HOST` contains invalid filename characters, the compinit call doesn't
error, but the zcompdump metadata write does. Use `tee` instead so we can silence
the error.
See dd1a72696f (commitcomment-38984764)
2020-05-07 11:28:10 +02:00
Marc Cornellà
ff987384cf
core: fix cmp invocation in BSD systems
...
BSD cmp doesn't have the option of reading from stdin, so use process
substitution instead.
2020-05-05 12:13:45 +02:00
Marc Cornellà
dd1a72696f
core: refresh zcompdump cache file in init script ( #8878 )
2020-05-04 16:51:16 +02:00
Marc Cornellà
173d4ca68f
core: move core folder to lib, for now
2020-05-01 19:15:14 +02:00
Marc Cornellà
07bcf041c0
core: add basic Oh My Zsh CLI ( #8876 )
2020-05-01 19:02:29 +02:00
Willy Weiskopf
6adad5c300
Move random theme functionality into "random" theme
...
The statements for selecting a random theme in oh-my-zsh.sh and the themes
plugin are duplicate. Most people eventually settle on a theme, making those
lines in oh-my-zsh.sh superfluous. To address those, it may makes sense to put
the random theme functionality into a theme of its own (since themes are just
zsh scripts.
2020-02-19 18:20:28 +01:00
Marc Cornellà
a04728f168
init: force use of builtin test in is_plugin
...
Fixes #8545
2020-01-19 17:52:15 +01:00
Marc Cornellà
ea3e666e04
init: run compinit before loading lib/ files
2019-05-07 21:30:06 +02:00
Greg
3a6bf6bd26
init: more informative warning if plugin not found ( #7727 )
2019-04-03 13:20:16 +02:00
Avi ד
1e11a3c112
init: fix erroneous plugin not found warning ( #7686 )
...
Co-authored-by: Se De <Sede7473@gmail.com>
2019-03-22 19:37:08 +01:00
SomeDer
779ff24c2d
init: notify user if plugin isn't found ( #7679 )
2019-03-21 20:25:41 +01:00
Marc Cornellà
4cdffcd485
init: cut down on the number of compaudit calls
2019-02-25 21:30:00 +01:00
Chao Du
e96a7b728a
migrate .zsh-update file
2018-06-15 23:43:21 +02:00
Chao Du
de8299d6c4
Fixed Issue #4550 : Move ~/.zsh-update file to $ZSH_CACHE_DIR
2018-06-15 23:43:21 +02:00
Marc Cornellà
b91659951e
Always load secure completion directories
2018-05-26 21:33:49 +02:00
Marc Cornellà
afba4f6b9f
Load insecure completion files if compfix is disabled
...
We have to assume that if people disabled the compfix system they really want
their completion to work, ignoring any permission issues.
Fixes #5651
Fixes #5957
Fixes #6461
2018-05-15 21:22:47 +02:00
Robby Russell
a1d13aa0b4
Merge branch 'Random_Theme_From_List' of https://github.com/Gnouc/oh-my-zsh into Gnouc-Random_Theme_From_List
2017-11-01 05:35:37 -07:00
Mason
f94d4e6a40
Change from OSX to macOS in README ( #5545 )
2016-10-18 20:42:27 +02:00
Marc Cornellà
d8b03f3f95
init script: remove trailing slash from $ZSH_CACHE_DIR
2016-08-25 02:05:25 +02:00
LE Manh Cuong
5e77e00ad5
Some improvements
...
- Adding documentation
- Note the effect empty array
- Fix spelling
- Using new test `[[...]]`
2015-12-18 14:15:38 +07:00
LE Manh Cuong
531c41cdfe
Allow loading themes from predefined list
2015-12-18 08:28:22 +07:00
Andrew Janke
4589bc6c65
completion: turn off the #3889 compfix check by default
2015-09-28 18:09:29 -04:00
Robby Russell
56cdec7534
Merge pull request #3889 from leycec/compaudit
...
Repair `zsh` Path Permissions on `oh-my-zsh` Startup under Cygwin
2015-09-19 08:40:34 -07:00
Marc Cornellà
3fe3ce8bdc
Revert "Move custon *.zsh file sourcing up so that they can load plugins and other things that come after."
...
This reverts commit a28dbc8393
.
2015-08-08 01:31:02 +02:00
leycec
cb55161470
Completion insecurities handled on startup.
...
Completion-dependent directories with insecure permissions or ownership (e.g.,
group or other writability) are now detected, reported, and sanitized on OMZ
startup rather than unsafely ignored -- which resulted in effectively empty
completion caches and obscure compdef() errors resembling
"compdef: unknown command or service: git".
This fixes long-standing issues #630 , #3356 , and #3455 and related Babun issues
159, 281, and 322 -- and probably numerous other duplicates.
2015-07-20 00:56:02 -04:00
Archie
980528f9fa
fix typo
2015-06-11 21:10:37 +02:00
Matthew Hager
a28dbc8393
Move custon *.zsh file sourcing up so that they can load plugins and other things that come after.
2015-06-10 14:36:54 +02:00
Stephen
bf7b9165fd
Allow custom cache dir
...
We are running oh-my-zsh on a shared install and the only issue is each
user having a custom cache dir. This will allow us to set the cache dir
to ZSH_CACHE_DIR=~/oh-my-zsh/cache/ .
2015-01-08 16:01:16 +00:00
Will Boyce
ed029f1801
allow overriding lib/*.zsh in custom/lib
2014-12-08 14:30:28 +00:00
Robby Russell
dd644a1fa9
Merge pull request #2743 from docwhat/issue-2155-scutil
...
Trust but verify 'scutil' to return ComputerName
2014-09-03 15:51:30 +02:00
Fredrik Fornwall
dac2a6e27a
Replace /usr/bin/env with env
...
Some environments (such as Android) does not have /usr/bin.
2014-08-20 23:52:05 +02:00
Christian Höltje
00b21d5ac3
Trust but verify 'scutil' to return ComputerName
...
Apparently, it is possible to set up a Mac such that
`scutil --get ComputerName` hasn't been set.
This change checks if that fails and falls back to the original
mechanism.
Closes #2155
Closes #2183
2014-07-23 09:06:06 -04:00
Christian Höltje
67d74cbc2d
Don't override ZSH_COMPDUMP if already set.
...
This allows customization via .zshenv if wanted. This is helpful
for zsh developers and people who want to move it out of $HOME
2014-06-07 10:13:21 +02:00
Juan Ignacio Donoso
dbdd23d0fa
Prevents oh-my-zsh loading the .zshenv twice
2013-12-13 19:05:35 -03:00