-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathtrue
More file actions
91 lines (88 loc) · 11.4 KB
/
true
File metadata and controls
91 lines (88 loc) · 11.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
#-- START ZCACHE GENERATED FILE
#-- GENERATED: Sun Mar 22 16:45:28 PDT 2026
#-- ANTIGEN v2.2.2
_antigen () {
local -a _1st_arguments
_1st_arguments=('apply:Load all bundle completions' 'bundle:Install and load the given plugin' 'bundles:Bulk define bundles' 'cleanup:Clean up the clones of repos which are not used by any bundles currently loaded' 'cache-gen:Generate cache' 'init:Load Antigen configuration from file' 'list:List out the currently loaded bundles' 'purge:Remove a cloned bundle from filesystem' 'reset:Clears cache' 'restore:Restore the bundles state as specified in the snapshot' 'revert:Revert the state of all bundles to how they were before the last antigen update' 'selfupdate:Update antigen itself' 'snapshot:Create a snapshot of all the active clones' 'theme:Switch the prompt theme' 'update:Update all bundles' 'use:Load any (supported) zsh pre-packaged framework')
_1st_arguments+=('help:Show this message' 'version:Display Antigen version')
__bundle () {
_arguments '--loc[Path to the location <path-to/location>]' '--url[Path to the repository <github-account/repository>]' '--branch[Git branch name]' '--no-local-clone[Do not create a clone]'
}
__list () {
_arguments '--simple[Show only bundle name]' '--short[Show only bundle name and branch]' '--long[Show bundle records]'
}
__cleanup () {
_arguments '--force[Do not ask for confirmation]'
}
_arguments '*:: :->command'
if (( CURRENT == 1 ))
then
_describe -t commands "antigen command" _1st_arguments
return
fi
local -a _command_args
case "$words[1]" in
(bundle) __bundle ;;
(use) compadd "$@" "oh-my-zsh" "prezto" ;;
(cleanup) __cleanup ;;
(update|purge) compadd $(type -f \-antigen-get-bundles &> /dev/null || antigen &> /dev/null; -antigen-get-bundles --simple 2> /dev/null) ;;
(theme) compadd $(type -f \-antigen-get-themes &> /dev/null || antigen &> /dev/null; -antigen-get-themes 2> /dev/null) ;;
(list) __list ;;
esac
}
antigen () {
local MATCH MBEGIN MEND
[[ "$ZSH_EVAL_CONTEXT" =~ "toplevel:*" || "$ZSH_EVAL_CONTEXT" =~ "cmdarg:*" ]] && source "/Users/gal/.antigen/antigen.zsh" && eval antigen $@;
return 0;
}
typeset -gaU fpath path
fpath+=(/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib /Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/pip /Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/command-not-found /Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/autojump /Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/npm /Users/gal/.antigen/bundles/unixorn/autoupdate-antigen.zshplugin /Users/gal/.antigen/bundles/zsh-users/zsh-autosuggestions /Users/gal/.antigen/bundles/zsh-users/zsh-syntax-highlighting /Users/gal/.antigen/bundles/Vifon/deer /Users/gal/.antigen/bundles/mafredri/zsh-async-main /Users/gal/.antigen/bundles/aubreypwd/zsh-plugin-fd-1.0.0 /Users/gal/.antigen/bundles/Aloxaf/fzf-tab /Users/gal/.antigen/bundles/jeffreytse/zsh-vi-mode /Users/gal/.antigen/bundles/romkatv/powerlevel10k) path+=(/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib /Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/pip /Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/command-not-found /Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/autojump /Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/npm /Users/gal/.antigen/bundles/unixorn/autoupdate-antigen.zshplugin /Users/gal/.antigen/bundles/zsh-users/zsh-autosuggestions /Users/gal/.antigen/bundles/zsh-users/zsh-syntax-highlighting /Users/gal/.antigen/bundles/Vifon/deer /Users/gal/.antigen/bundles/mafredri/zsh-async-main /Users/gal/.antigen/bundles/aubreypwd/zsh-plugin-fd-1.0.0 /Users/gal/.antigen/bundles/Aloxaf/fzf-tab /Users/gal/.antigen/bundles/jeffreytse/zsh-vi-mode /Users/gal/.antigen/bundles/romkatv/powerlevel10k)
_antigen_compinit () {
autoload -Uz compinit; compinit -d "/Users/gal/.antigen/.zcompdump"; compdef _antigen antigen
add-zsh-hook -D precmd _antigen_compinit
}
autoload -Uz add-zsh-hook; add-zsh-hook precmd _antigen_compinit
compdef () {}
if [[ -n "/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh" ]]; then
ZSH="/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh"; ZSH_CACHE_DIR="/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/cache/"
fi
#--- BUNDLES BEGIN
source '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/async_prompt.zsh';
source '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/bzr.zsh';
source '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/cli.zsh';
source '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/clipboard.zsh';
source '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/compfix.zsh';
source '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/completion.zsh';
source '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/correction.zsh';
source '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/diagnostics.zsh';
source '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/directories.zsh';
source '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/functions.zsh';
source '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/git.zsh';
source '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/grep.zsh';
source '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/history.zsh';
source '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/key-bindings.zsh';
source '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/misc.zsh';
source '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/nvm.zsh';
source '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/prompt_info_functions.zsh';
source '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/spectrum.zsh';
source '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/termsupport.zsh';
source '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/theme-and-appearance.zsh';
source '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/vcs_info.zsh';
source '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/pip/pip.plugin.zsh';
source '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/command-not-found/command-not-found.plugin.zsh';
source '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/autojump/autojump.plugin.zsh';
source '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/npm/npm.plugin.zsh';
source '/Users/gal/.antigen/bundles/unixorn/autoupdate-antigen.zshplugin/autoupdate-antigen.zsh';
source '/Users/gal/.antigen/bundles/zsh-users/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh';
source '/Users/gal/.antigen/bundles/zsh-users/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh';
source '/Users/gal/.antigen/bundles/mafredri/zsh-async-main/async.plugin.zsh';
source '/Users/gal/.antigen/bundles/aubreypwd/zsh-plugin-fd-1.0.0/zsh-plugin-fd.plugin.zsh';
source '/Users/gal/.antigen/bundles/Aloxaf/fzf-tab/fzf-tab.plugin.zsh';
source '/Users/gal/.antigen/bundles/jeffreytse/zsh-vi-mode/zsh-vi-mode.plugin.zsh';
source '/Users/gal/.antigen/bundles/romkatv/powerlevel10k/powerlevel10k.zsh-theme.antigen-compat';
#--- BUNDLES END
typeset -gaU _ANTIGEN_BUNDLE_RECORD; _ANTIGEN_BUNDLE_RECORD=('https://github.com/robbyrussell/oh-my-zsh.git lib plugin true' 'https://github.com/robbyrussell/oh-my-zsh.git plugins/pip plugin true' 'https://github.com/robbyrussell/oh-my-zsh.git plugins/command-not-found plugin true' 'https://github.com/robbyrussell/oh-my-zsh.git plugins/autojump plugin true' 'https://github.com/robbyrussell/oh-my-zsh.git plugins/npm plugin true' 'https://github.com/unixorn/autoupdate-antigen.zshplugin.git / plugin true' 'https://github.com/zsh-users/zsh-autosuggestions.git / plugin true' 'https://github.com/zsh-users/zsh-syntax-highlighting.git / plugin true' 'https://github.com/Vifon/deer.git / plugin true' 'https://github.com/mafredri/zsh-async.git|main / plugin true' 'https://github.com/aubreypwd/zsh-plugin-fd.git|1.0.0 / plugin true' 'https://github.com/Aloxaf/fzf-tab.git / plugin true' 'https://github.com/jeffreytse/zsh-vi-mode.git / plugin true' 'https://github.com/romkatv/powerlevel10k.git / theme true')
typeset -g _ANTIGEN_CACHE_LOADED; _ANTIGEN_CACHE_LOADED=true
typeset -ga _ZCACHE_BUNDLE_SOURCE; _ZCACHE_BUNDLE_SOURCE=('/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib' '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/async_prompt.zsh' '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/bzr.zsh' '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/cli.zsh' '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/clipboard.zsh' '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/compfix.zsh' '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/completion.zsh' '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/correction.zsh' '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/diagnostics.zsh' '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/directories.zsh' '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/functions.zsh' '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/git.zsh' '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/grep.zsh' '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/history.zsh' '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/key-bindings.zsh' '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/misc.zsh' '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/nvm.zsh' '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/prompt_info_functions.zsh' '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/spectrum.zsh' '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/termsupport.zsh' '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/theme-and-appearance.zsh' '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/lib/vcs_info.zsh' '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/pip' '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/pip/pip.plugin.zsh' '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/command-not-found' '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/command-not-found/command-not-found.plugin.zsh' '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/autojump' '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/autojump/autojump.plugin.zsh' '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/npm' '/Users/gal/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/npm/npm.plugin.zsh' '/Users/gal/.antigen/bundles/unixorn/autoupdate-antigen.zshplugin//' '/Users/gal/.antigen/bundles/unixorn/autoupdate-antigen.zshplugin///autoupdate-antigen.zsh' '/Users/gal/.antigen/bundles/zsh-users/zsh-autosuggestions//' '/Users/gal/.antigen/bundles/zsh-users/zsh-autosuggestions///zsh-autosuggestions.plugin.zsh' '/Users/gal/.antigen/bundles/zsh-users/zsh-syntax-highlighting//' '/Users/gal/.antigen/bundles/zsh-users/zsh-syntax-highlighting///zsh-syntax-highlighting.plugin.zsh' '/Users/gal/.antigen/bundles/Vifon/deer//' '/Users/gal/.antigen/bundles/mafredri/zsh-async-main//' '/Users/gal/.antigen/bundles/mafredri/zsh-async-main///async.plugin.zsh' '/Users/gal/.antigen/bundles/aubreypwd/zsh-plugin-fd-1.0.0//' '/Users/gal/.antigen/bundles/aubreypwd/zsh-plugin-fd-1.0.0///zsh-plugin-fd.plugin.zsh' '/Users/gal/.antigen/bundles/Aloxaf/fzf-tab//' '/Users/gal/.antigen/bundles/Aloxaf/fzf-tab///fzf-tab.plugin.zsh' '/Users/gal/.antigen/bundles/jeffreytse/zsh-vi-mode//' '/Users/gal/.antigen/bundles/jeffreytse/zsh-vi-mode///zsh-vi-mode.plugin.zsh' '/Users/gal/.antigen/bundles/romkatv/powerlevel10k//' '/Users/gal/.antigen/bundles/romkatv/powerlevel10k///powerlevel10k.zsh-theme')
typeset -g _ANTIGEN_CACHE_VERSION; _ANTIGEN_CACHE_VERSION='v2.2.2'
#-- END ZCACHE GENERATED FILE